class ConfigureLOG - inherits class Log with type ConfigureLOGstream
Definition at line 304 of file logstream.hpp.
#include <logstream.hpp>
Static Public Member Functions | |
static LogLevel | Level (const std::string &str) |
static std::ostream *& | Stream () |
![]() | |
static LogLevel | FromString (const std::string &level) |
convert from a string (= names in the LogLevel enum) to a LogLevel More... | |
static LogLevel & | ReportingLevel () |
get/set the highest level that is actually output to log stream More... | |
static bool & | ReportLevels () |
get/set; if true, output level on each line, after the time tag More... | |
static bool & | ReportTimeTags () |
get/set; if true, output time tag on each line, first More... | |
static std::string | ToString (LogLevel level) |
convert a level to a string corresponding to the LogLevel enum More... | |
Additional Inherited Members | |
![]() | |
Log () | |
std::ostringstream & | Put (LogLevel level=INFO) |
write out to log stream at level, default is INFO More... | |
virtual | ~Log () |
![]() | |
std::ostringstream | os |
string stream to which output is written; destructor will dump to log stream. More... | |
Definition at line 308 of file logstream.hpp.
|
inlinestatic |
Definition at line 306 of file logstream.hpp.