![]() |
User Manual, Developers Guide and API Documentation |
![]() |
#include <logger/ConsoleFormat.hpp>


Public Member Functions | |
| ConsoleFormat (const pyconfig::View &pyco) | |
| virtual std::string | formatMessage (const RawMessage &m) |
| virtual std::string | formatRegistration (const std::string &, const std::string &) |
Private Member Functions | |
| std::string | highlightModuleName (const std::string &module) |
Private Attributes | |
| bool | blackNWhite |
| unsigned long int | currentLocationLength |
| The length of the string of the "longest" location. | |
| unsigned long int | debugTimePrecision |
| Number of digits after decimal point. | |
| unsigned long int | debugTimeWidth |
| The time is displayed in a field of this width. | |
| unsigned long int | maxLocationLength |
| The maximum length of the string of the location. | |
| std::map< std::string, std::string > | module2color |
| module::Modulename 2 color mapping | |
Definition at line 35 of file ConsoleFormat.hpp.
| ConsoleFormat::ConsoleFormat | ( | const pyconfig::View & | pyco | ) |
Definition at line 40 of file ConsoleFormat.cpp.
| std::string ConsoleFormat::formatMessage | ( | const RawMessage & | m | ) | [virtual] |
| virtual std::string wns::logger::ConsoleFormat::formatRegistration | ( | const std::string & | , | |
| const std::string & | ||||
| ) | [inline, virtual] |
| std::string ConsoleFormat::highlightModuleName | ( | const std::string & | module | ) | [private] |
Definition at line 69 of file ConsoleFormat.cpp.
bool wns::logger::ConsoleFormat::blackNWhite [private] |
Definition at line 48 of file ConsoleFormat.hpp.
unsigned long int wns::logger::ConsoleFormat::currentLocationLength [private] |
Definition at line 73 of file ConsoleFormat.hpp.
unsigned long int wns::logger::ConsoleFormat::debugTimePrecision [private] |
Definition at line 63 of file ConsoleFormat.hpp.
unsigned long int wns::logger::ConsoleFormat::debugTimeWidth [private] |
Definition at line 58 of file ConsoleFormat.hpp.
unsigned long int wns::logger::ConsoleFormat::maxLocationLength [private] |
Definition at line 68 of file ConsoleFormat.hpp.
std::map<std::string, std::string> wns::logger::ConsoleFormat::module2color [private] |
Definition at line 53 of file ConsoleFormat.hpp.
1.5.5