The AbstractLog class provides the base functionality for logger.
More...
#include <AsyncFw/Log>
|
|
using | Message = LogStream::Message |
| |
|
|
void | append (uint8_t, const std::string &, const std::string &, const std::string &={}) |
| |
|
void | setExtendOut (bool b) |
| |
|
void | setColorOut (bool b) |
| |
|
void | setNotesOut (bool b) |
| |
|
void | setHideDuplicates (bool b) |
| |
|
void | setLevel (int i) |
| |
|
void | setConsoleLevel (int i) |
| |
|
void | setFilter (const std::vector< std::string > &f) |
| |
|
|
virtual void | output (const Message &message) |
| |
|
virtual void | save ()=0 |
| |
|
void | append (const Message &m) |
| |
|
void | flush () |
| |
|
void | finality () |
| |
|
|
uint8_t | level = LogStream::Trace |
| |
|
uint8_t | consoleLevel = LogStream::Trace |
| |
|
int | queueLimit = 128 |
| |
|
Thread * | thread_ |
| |
The AbstractLog class provides the base functionality for logger.
The documentation for this class was generated from the following files: