ComPWA
Common Partial-Wave-Analysis Framework
ComPWA::Logging Class Reference

Logging class provides an interface for logging all over the framework. More...

#include <Logging.hpp>

Public Member Functions

 Logging (std::string level="INFO", std::string filename="")
 
void setLogLevel (std::string level)
 
std::string getLogLevel ()
 

Private Attributes

std::string Level
 

Detailed Description

Logging class provides an interface for logging all over the framework.

Behind the scenes easyloggingcpp is currently used which allows a detailed on logging format and log levels

Definition at line 19 of file Logging.hpp.

+ Collaboration diagram for ComPWA::Logging:

Constructor & Destructor Documentation

◆ Logging()

ComPWA::Logging::Logging ( std::string  level = "INFO",
std::string  filename = "" 
)

Definition at line 15 of file Logging.cpp.

Member Function Documentation

◆ getLogLevel()

std::string ComPWA::Logging::getLogLevel ( )
inline

Definition at line 25 of file Logging.hpp.

◆ setLogLevel()

void ComPWA::Logging::setLogLevel ( std::string  level)

Definition at line 59 of file Logging.cpp.

Member Data Documentation

◆ Level

std::string ComPWA::Logging::Level
private

Definition at line 25 of file Logging.hpp.


The documentation for this class was generated from the following files: