EPAM B2BITS C++ Bovespa MarketData handler
1.27.1
|
#include <b2bits/engine/LogCategory.h>
Public Member Functions | |
void | note (const std::string &data) |
void | debug (const std::string &data) |
void | trace (const std::string &data) |
void | warn (const std::string &data) |
void | error (const std::string &data) |
void | fatal (const std::string &data) |
bool | isNoteOn () const |
bool | isDebugOn () const |
bool | isTraceOn () const |
bool | isWarnOn () const |
bool | isErrorOn () const |
bool | isFatalOn () const |
std::string const & | name () const |
bool | isNull () const |
LogCategory () | |
Friends | |
class | Engine |
Logging category. Use Utils::Log::LogSystem to create category.
|
inline |
void B2bits::MD::LogCategory::debug | ( | const std::string & | data | ) |
Writes logging record to the specified for this category devices.
data | Message to write to log. |
void B2bits::MD::LogCategory::error | ( | const std::string & | data | ) |
Writes logging record to the specified for this category devices.
data | Message to write to log. |
void B2bits::MD::LogCategory::fatal | ( | const std::string & | data | ) |
Writes logging record to the specified for this category devices.
data | Message to write to log. |
bool B2bits::MD::LogCategory::isDebugOn | ( | ) | const |
bool B2bits::MD::LogCategory::isErrorOn | ( | ) | const |
bool B2bits::MD::LogCategory::isFatalOn | ( | ) | const |
bool B2bits::MD::LogCategory::isNoteOn | ( | ) | const |
|
inline |
Returns true if not initialized
bool B2bits::MD::LogCategory::isTraceOn | ( | ) | const |
bool B2bits::MD::LogCategory::isWarnOn | ( | ) | const |
std::string const& B2bits::MD::LogCategory::name | ( | ) | const |
Returns name of the category
void B2bits::MD::LogCategory::note | ( | const std::string & | data | ) |
Writes logging record to the specified for this category devices.
data | Message to write to log. |
void B2bits::MD::LogCategory::trace | ( | const std::string & | data | ) |
Writes logging record to the specified for this category devices.
data | Message to write to log. |
void B2bits::MD::LogCategory::warn | ( | const std::string & | data | ) |
Writes logging record to the specified for this category devices.
data | Message to write to log. |
|
friend |