B2BITS FIX Antenna HFT  1.0.16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Macros | Typedefs | Enumerations | Functions | Variables
B2BITS_LogDefines.h File Reference

Contains Utils::Log common types and variables. More...

#include <string>
+ Include dependency graph for B2BITS_LogDefines.h:
+ This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Contains Utils::Log common types and variables.

Macro Definition Documentation

#define __B2BITS_Utils_Log__LogDefines_h__