ATLAS Offline Software
|
#include <Logger.h>
Public Member Functions | |
Logger (const std::string &name) | |
Logger () | |
virtual | ~Logger () |
void | log_info (const QString &msg) |
void | log_warning (const QString &msg) |
void | log_verbose (const QString &msg) |
void | log_error (const QString &msg) |
void | log_fatal (const QString &msg) |
void | log_debug (const QString &msg) |
std::string | prefix (std::string str) |
QString | qstr (char c) |
QString | qstr (std::string str) |
Static Public Member Functions | |
static const QString | pfx1 () |
static const QString | pfx2 () |
static const QString | pfx3 () |
Private Attributes | |
std::string | m_name |
int | m_lvl |
Definition at line 32 of file graphics/VP1/VP1Systems/VP1TriggerSystems/VP1TriggerSystems/Logger.h.
VP1Trig::Logger::Logger | ( | const std::string & | name | ) |
Definition at line 25 of file graphics/VP1/VP1Systems/VP1TriggerSystems/src/Logger.cxx.
VP1Trig::Logger::Logger | ( | ) |
Definition at line 19 of file graphics/VP1/VP1Systems/VP1TriggerSystems/src/Logger.cxx.
|
inlinevirtual |
Definition at line 43 of file graphics/VP1/VP1Systems/VP1TriggerSystems/VP1TriggerSystems/Logger.h.
void VP1Trig::Logger::log_debug | ( | const QString & | msg | ) |
Definition at line 54 of file graphics/VP1/VP1Systems/VP1TriggerSystems/src/Logger.cxx.
void VP1Trig::Logger::log_error | ( | const QString & | msg | ) |
Definition at line 46 of file graphics/VP1/VP1Systems/VP1TriggerSystems/src/Logger.cxx.
void VP1Trig::Logger::log_fatal | ( | const QString & | msg | ) |
Definition at line 49 of file graphics/VP1/VP1Systems/VP1TriggerSystems/src/Logger.cxx.
void VP1Trig::Logger::log_info | ( | const QString & | msg | ) |
void VP1Trig::Logger::log_verbose | ( | const QString & | msg | ) |
void VP1Trig::Logger::log_warning | ( | const QString & | msg | ) |
|
inlinestatic |
Definition at line 65 of file graphics/VP1/VP1Systems/VP1TriggerSystems/VP1TriggerSystems/Logger.h.
|
inlinestatic |
Definition at line 66 of file graphics/VP1/VP1Systems/VP1TriggerSystems/VP1TriggerSystems/Logger.h.
|
inlinestatic |
Definition at line 67 of file graphics/VP1/VP1Systems/VP1TriggerSystems/VP1TriggerSystems/Logger.h.
std::string VP1Trig::Logger::prefix | ( | std::string | str | ) |
Definition at line 61 of file graphics/VP1/VP1Systems/VP1TriggerSystems/src/Logger.cxx.
QString VP1Trig::Logger::qstr | ( | char | c | ) |
QString VP1Trig::Logger::qstr | ( | std::string | str | ) |
Definition at line 93 of file graphics/VP1/VP1Systems/VP1TriggerSystems/src/Logger.cxx.
|
private |
Definition at line 71 of file graphics/VP1/VP1Systems/VP1TriggerSystems/VP1TriggerSystems/Logger.h.
|
private |
Definition at line 70 of file graphics/VP1/VP1Systems/VP1TriggerSystems/VP1TriggerSystems/Logger.h.