B2BITS FIX Antenna HFT
1.0.15
|
Contains Utils::Log common types and variables. More...
#include <string>
Namespaces | |
Utils | |
Utils namespace. | |
Utils::Log | |
Logging system namespace. | |
Macros | |
#define | __B2BITS_Utils_Log__LogDefines_h__ |
Typedefs | |
typedef int | Utils::Log::Levels |
Levels. More... | |
Enumerations | |
enum | Utils::Log::LEVELS { Utils::Log::LS_NOTE = 0, Utils::Log::LS_DEBUG = 1, Utils::Log::LS_WARN = 2, Utils::Log::LS_ERROR = 3, Utils::Log::LS_FATAL = 4, Utils::Log::LS_CYCLE = 5, Utils::Log::LEVELS_LAST } |
Log levels. More... | |
Functions | |
static const std::string | Utils::Log::DEFAULT_CATEGORY ("") |
static std::string | Utils::Log::UNSUPPORTED_DEVICE ("Unsupported") |
Name, which will be used for the device if it is not supported. More... | |
Variables | |
static const std::string | Utils::Log::DEVICES [] |
Managed devices names. More... | |
static const std::string | Utils::Log::LEVELS_MARKS [LEVELS_LAST] |
String, which will be used in logging for any level. More... | |
Contains Utils::Log common types and variables.
#define __B2BITS_Utils_Log__LogDefines_h__ |