Simple-Log
alpha-v0.7
|
Typedefs | |
using | Record_t = BaseRecord< SevLvl, std::string > |
Prepared Record type. More... | |
using | Core_t = Core< Record_t > |
Type alias for log::Core which uses preset::Record_t as Record type. More... | |
using | Logger_t = BaseLogger< Record_t > |
Type alias for log::Logger which uses preset::Record_t as Record type. More... | |
using | ISink_t = ISink< Record_t > |
Type alias for log::ISink which uses preset::Record_t as Record type. More... | |
using | BasicSink_t = BasicSink< Record_t > |
Type alias for log::BasicSink which uses preset::Record_t as Record type. More... | |
using | OStreamSink_t = OStreamSink< Record_t > |
Type alias for log::OStreamSink which uses preset::Record_t as Record type. More... | |
using | FileSink_t = FileSink< Record_t > |
Type alias for log::FileSink which uses preset::Record_t as Record type. More... | |
using | ConsoleSink_t = ConsoleSink< Record_t > |
Type alias for log::ConsoleSink which uses preset::Record_t as Record type. More... | |
Enumerations | |
enum class | SevLvl { debug , info , hint , warning , error , fatal } |
A simple severity level enum type. More... | |
Functions | |
std::ostream & | operator<< (std::ostream &out, SevLvl lvl) |
Operator << overload for SeverityLevel type. More... | |