Loading...
Searching...
No Matches
CubbyFlow::Logging Class Reference
Helper class for logging. More...
#include <Core/Utils/Logging.hpp>
Static Public Member Functions | |
| static void | SetInfoStream (std::ostream *stream) |
| Sets the output stream for the info level logs. | |
| static void | SetWarnStream (std::ostream *stream) |
| Sets the output stream for the warning level logs. | |
| static void | SetErrorStream (std::ostream *stream) |
| Sets the output stream for the error level logs. | |
| static void | SetDebugStream (std::ostream *stream) |
| Sets the output stream for the debug level logs. | |
| static void | SetAllStream (std::ostream *stream) |
| Sets the output stream for all the log levels. | |
| static std::string | GetHeader (LogLevel level) |
| Returns the header string. | |
| static void | SetLevel (LogLevel level) |
| Sets the log level. | |
| static void | Mute () |
| Mutes the logger. | |
| static void | Unmute () |
| Un-mutes the logger. | |
Detailed Description
Helper class for logging.
Member Function Documentation
◆ GetHeader()
Returns the header string.
◆ Mute()
◆ SetAllStream()
Sets the output stream for all the log levels.
◆ SetDebugStream()
Sets the output stream for the debug level logs.
◆ SetErrorStream()
Sets the output stream for the error level logs.
◆ SetInfoStream()
Sets the output stream for the info level logs.
◆ SetLevel()
◆ SetWarnStream()
Sets the output stream for the warning level logs.
◆ Unmute()
The documentation for this class was generated from the following file:
- Core/Utils/Logging.hpp
1.9.8