CubbyFlow::Logger Class Referencefinal
Super simple logger implementation. More...
#include <Core/Utils/Logging.h>
Public Member Functions | |
| Logger (LogLevel 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... | |
Detailed Description
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.
Constructor & Destructor Documentation
◆ Logger()
|
explicit |
Constructs a logger with logging level.
◆ ~Logger()
| CubbyFlow::Logger::~Logger | ( | ) |
Destructor.
Member Function Documentation
◆ operator<<()
template<typename T >
|
inline |
Writes a value to the buffer stream.
The documentation for this class was generated from the following file:
- Core/Utils/Logging.h
1.8.14