#include <conscience_log.h>
◆ ~CscLogger()
| virtual conscience_utils::logging::CscLogger::~CscLogger |
( |
| ) |
|
|
virtualdefault |
◆ addLogFileOutput()
| void conscience_utils::logging::CscLogger::addLogFileOutput |
( |
LogLevel |
minLevel, |
|
|
const string & |
outPath |
|
) |
| |
|
static |
◆ debug()
| void conscience_utils::logging::CscLogger::debug |
( |
string |
message, |
|
|
bool |
hilight = false |
|
) |
| const |
◆ error()
| void conscience_utils::logging::CscLogger::error |
( |
string |
message, |
|
|
bool |
hilight = false |
|
) |
| const |
◆ getForCategory()
| unique_ptr< CscLogger > conscience_utils::logging::CscLogger::getForCategory |
( |
string |
category | ) |
|
|
static |
◆ getGlobalLogger()
| shared_ptr< spdlog::logger > conscience_utils::logging::CscLogger::getGlobalLogger |
( |
| ) |
|
|
static |
◆ getLogDirectory()
| string conscience_utils::logging::CscLogger::getLogDirectory |
( |
| ) |
|
|
static |
◆ getMainLogFilePath()
| string conscience_utils::logging::CscLogger::getMainLogFilePath |
( |
| ) |
|
|
static |
◆ globalLog()
| void conscience_utils::logging::CscLogger::globalLog |
( |
LogLevel |
level, |
|
|
string |
message, |
|
|
bool |
hilight = false |
|
) |
| |
|
static |
◆ info()
| void conscience_utils::logging::CscLogger::info |
( |
string |
message, |
|
|
bool |
hilight = false |
|
) |
| const |
◆ isDebugEnabled()
| bool conscience_utils::logging::CscLogger::isDebugEnabled |
( |
| ) |
const |
◆ isErrorEnabled()
| bool conscience_utils::logging::CscLogger::isErrorEnabled |
( |
| ) |
const |
◆ isInfoEnabled()
| bool conscience_utils::logging::CscLogger::isInfoEnabled |
( |
| ) |
const |
◆ isLevelEnabled()
| bool conscience_utils::logging::CscLogger::isLevelEnabled |
( |
LogLevel |
level | ) |
const |
◆ isLoggingReady()
| static bool conscience_utils::logging::CscLogger::isLoggingReady |
( |
| ) |
|
|
inlinestatic |
◆ isTraceEnabled()
| bool conscience_utils::logging::CscLogger::isTraceEnabled |
( |
| ) |
const |
◆ isUserEnabled()
| bool conscience_utils::logging::CscLogger::isUserEnabled |
( |
| ) |
const |
◆ isWarnEnabled()
| bool conscience_utils::logging::CscLogger::isWarnEnabled |
( |
| ) |
const |
◆ log()
| void conscience_utils::logging::CscLogger::log |
( |
LogLevel |
level, |
|
|
string |
message, |
|
|
bool |
hilight = false |
|
) |
| const |
◆ setLevel()
| void conscience_utils::logging::CscLogger::setLevel |
( |
LogLevel |
level | ) |
|
◆ trace()
| void conscience_utils::logging::CscLogger::trace |
( |
string |
message, |
|
|
bool |
hilight = false |
|
) |
| const |
◆ user()
| void conscience_utils::logging::CscLogger::user |
( |
string |
message, |
|
|
bool |
hilight = false |
|
) |
| const |
◆ warn()
| void conscience_utils::logging::CscLogger::warn |
( |
string |
message, |
|
|
bool |
hilight = false |
|
) |
| const |
The documentation for this class was generated from the following files: