$treeview $search $mathjax
#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 |
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.
void stdair::Logger::log | ( | const LOG::EN_LogLevel | iLevel, | |
const int | iLineNumber, | |||
const std::string & | iFileName, | |||
const T & | iToBeLogged | |||
) | [inline] |
Logger & stdair::Logger::instance | ( | ) | [static] |
Return the static Logger instance.
Definition at line 48 of file Logger.cpp.
friend class FacSupervisor [friend] |
friend class STDAIR_Service [friend] |
Definition at line 51 of file Logger.hpp.