| createCerrLogger(const blocxx::String &component, const blocxx::Array< blocxx::String > &components, const blocxx::Array< blocxx::String > &categories, const blocxx::String &messageFormat) | limal::Logger | [static] |
| createFileLogger(const blocxx::String &component, const blocxx::Array< blocxx::String > &components, const blocxx::Array< blocxx::String > &categories, const blocxx::String &messageFormat, const blocxx::String &filename, blocxx::UInt64 maxLogFileSize=0, blocxx::UInt32 maxBackupIndex=0) | limal::Logger | [static] |
| createNullLogger(const blocxx::String &component, const blocxx::Array< blocxx::String > &components, const blocxx::Array< blocxx::String > &categories, const blocxx::String &messageFormat) | limal::Logger | [static] |
| createSyslogLogger(const blocxx::String &component, const blocxx::Array< blocxx::String > &components, const blocxx::Array< blocxx::String > &categories, const blocxx::String &messageFormat, const blocxx::String &identity, const blocxx::String &facility) | limal::Logger | [static] |
| ELogLevel typedef | limal::Logger | |
| getCurrentLogger() | limal::Logger | [inline, static] |
| getDefaultLogger() | limal::Logger | [inline, static] |
| isEnabledFor(const ELogLevel level) | limal::Logger | |
| isEnabledFor(const blocxx::String &category) | limal::Logger | |
| Logger(const blocxx::String &component="") | limal::Logger | |
| logMessage(ELogLevel level, const blocxx::String &message, const char *filename=0, int fileline=-1, const char *methodname=0) const | limal::Logger | |
| logMessage(const blocxx::String &category, const blocxx::String &message, const char *filename=0, int fileline=-1, const char *methodname=0) const | limal::Logger | |
| m_component | limal::Logger | [private] |
| setDefaultLogger(const blocxx::LoggerRef &ref) | limal::Logger | [inline, static] |
| setThreadLogger(const blocxx::LoggerRef &ref) | limal::Logger | [inline, static] |
| ~Logger() | limal::Logger | |