Files | |
| file | Colors.hpp [code] |
| file | FileConsumer.hpp [code] |
| Log consumer that writes the log events to a file. | |
| file | Log.hpp [code] |
| file | OStreamConsumer.hpp [code] |
| Log consumer interface for std::ostream objects. | |
| file | StdoutConsumer.hpp [code] |
| file | StdoutErrConsumer.hpp [code] |
| Log consumer that writes the log events with a Log::Kind equal to or more severe than a threshold (defaults to Log::Kind::Warning) to the STDERR, and events with a Log::Kind less severe than the threshold to the STDOUT. | |