|
Jet
v1.3.3
|
Super simple logger implementation. More...
#include <jet/logging.h>
Public Member Functions | |
| Logger (LoggingLevel level) | |
| Constructs a logger with logging level. More... | |
| ~Logger () | |
| Destructor. More... | |
| template<typename T > | |
| const Logger & | operator<< (const T &x) const |
| Writes a value to the buffer stream. More... | |
Super simple logger implementation.
This is a super simple logger implementation that has minimal logging capability. Currently, the class doesn't support multi-thread logging.
|
explicit |
Constructs a logger with logging level.
| jet::Logger::~Logger | ( | ) |
Destructor.
|
inline |
Writes a value to the buffer stream.
1.8.18