Simple logging class, just to provide a default implementation.
More...
#include <PluginServiceDetailsV1.h>
|
virtual void | report (Level lvl, const std::string &msg) |
|
Simple logging class, just to provide a default implementation.
Definition at line 186 of file PluginServiceDetailsV1.h.
◆ Level
◆ Logger()
Gaudi::PluginService::v1::Details::Logger::Logger |
( |
Level |
level = Warning | ) |
|
|
inline |
◆ ~Logger()
virtual Gaudi::PluginService::v1::Details::Logger::~Logger |
( |
| ) |
|
|
inlinevirtual |
◆ debug()
void Gaudi::PluginService::v1::Details::Logger::debug |
( |
const std::string & |
msg | ) |
|
|
inline |
◆ error()
void Gaudi::PluginService::v1::Details::Logger::error |
( |
const std::string & |
msg | ) |
|
|
inline |
◆ info()
void Gaudi::PluginService::v1::Details::Logger::info |
( |
const std::string & |
msg | ) |
|
|
inline |
◆ level()
Level Gaudi::PluginService::v1::Details::Logger::level |
( |
| ) |
const |
|
inline |
◆ report()
void Gaudi::PluginService::v2::Details::Logger::report |
( |
Level |
lvl, |
|
|
const std::string & |
msg |
|
) |
| |
|
privatevirtual |
◆ setLevel()
void Gaudi::PluginService::v1::Details::Logger::setLevel |
( |
Level |
level | ) |
|
|
inline |
◆ warning()
void Gaudi::PluginService::v1::Details::Logger::warning |
( |
const std::string & |
msg | ) |
|
|
inline |
◆ m_level
Level Gaudi::PluginService::v1::Details::Logger::m_level |
|
private |
The documentation for this class was generated from the following files: