B2BITS FIX Antenna C++ 2.33.0
|
Logging system namespace. More...
Classes | |
class | LogCategory |
Logging category. More... | |
class | LogSystem |
Log system manager. More... | |
Typedefs | |
typedef int | Levels |
Levels. | |
Enumerations | |
enum | LEVELS { LS_NOTE = 0 , LS_DEBUG = 1 , LS_TRACE = 2 , LS_WARN = 3 , LS_ERROR = 4 , LS_FATAL = 5 , LS_CYCLE = 6 , LEVELS_LAST } |
Log levels. More... | |
Functions | |
static const std::string | DEFAULT_CATEGORY ("") |
static std::string | UNSUPPORTED_DEVICE ("Unsupported") |
Name, which will be used for the device if it is not supported. | |
Variables | |
static const std::string | DEVICES [] |
Managed devices names. | |
static const std::string | LEVELS_MARKS [LEVELS_LAST] |
String, which will be used in logging for any level. | |
Logging system namespace.
typedef int Utils::Log::Levels |
Levels.
enum Utils::Log::LEVELS |
Log levels.
Enumerator | |
---|---|
LS_NOTE | |
LS_DEBUG | |
LS_TRACE | |
LS_WARN | |
LS_ERROR | |
LS_FATAL | |
LS_CYCLE | |
LEVELS_LAST |
|
static |
|
static |
Name, which will be used for the device if it is not supported.
|
static |
Managed devices names.
WARNING: the order of names is important!
|
static |
String, which will be used in logging for any level.