Simple logging class, just to provide a default implementation.
More...
#include <PluginServiceDetails.h>
Simple logging class, just to provide a default implementation.
Definition at line 223 of file PluginServiceDetails.h.
| enum Gaudi::PluginService::Details::Logger::Level |
| Gaudi::PluginService::Details::Logger::Logger |
( |
Level |
level = Warning | ) |
|
|
inline |
| virtual Gaudi::PluginService::Details::Logger::~Logger |
( |
| ) |
|
|
inlinevirtual |
| void Gaudi::PluginService::Details::Logger::debug |
( |
const std::string & |
msg | ) |
|
|
inline |
| void Gaudi::PluginService::Details::Logger::error |
( |
const std::string & |
msg | ) |
|
|
inline |
| void Gaudi::PluginService::Details::Logger::info |
( |
const std::string & |
msg | ) |
|
|
inline |
| Level Gaudi::PluginService::Details::Logger::level |
( |
| ) |
const |
|
inline |
| void Gaudi::PluginService::Details::Logger::report |
( |
Level |
lvl, |
|
|
const std::string & |
msg |
|
) |
| |
|
privatevirtual |
Definition at line 339 of file PluginService.cpp.
{
static const char* levels[] = {"DEBUG : ",
"INFO : ",
"WARNING: ",
"ERROR : "};
}
}
| void Gaudi::PluginService::Details::Logger::setLevel |
( |
Level |
level | ) |
|
|
inline |
| void Gaudi::PluginService::Details::Logger::warning |
( |
const std::string & |
msg | ) |
|
|
inline |
| Level Gaudi::PluginService::Details::Logger::m_level |
|
private |
The documentation for this class was generated from the following files: