ComPWA
Common Partial-Wave-Analysis Framework
|
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 |
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.
ComPWA::Logging::Logging | ( | std::string | level = "INFO" , |
std::string | filename = "" |
||
) |
Definition at line 15 of file Logging.cpp.
|
inline |
Definition at line 25 of file Logging.hpp.
void ComPWA::Logging::setLogLevel | ( | std::string | level | ) |
Definition at line 59 of file Logging.cpp.
|
private |
Definition at line 25 of file Logging.hpp.