#include <stdair/service/Logger.hpp>
Public Member Functions | |
template<typename T > | |
void | log (const LOG::EN_LogLevel iLevel, const int iLineNumber, const std::string &iFileName, const T &iToBeLogged) |
Static Public Member Functions | |
static Logger & | instance () |
Friends | |
class | FacSupervisor |
Friend classes. | |
class | STDAIR_Service |
Class holding the stream for logs.
Note that the error logs are seen as standard output logs, but with a higher level of visibility.
Definition at line 48 of file Logger.hpp.
|
inline |
|
static |
Return the static Logger instance.
Definition at line 48 of file Logger.cpp.
|
friend |
Friend classes.
Definition at line 50 of file Logger.hpp.
|
friend |
Definition at line 51 of file Logger.hpp.