Helper class for logging.
More...
#include <Core/Utils/Logging.h>
Helper class for logging.
◆ GetHeader()
static std::string CubbyFlow::Logging::GetHeader |
( |
LogLevel |
level | ) |
|
|
static |
Returns the header string.
◆ Mute()
static void CubbyFlow::Logging::Mute |
( |
| ) |
|
|
static |
◆ SetAllStream()
static void CubbyFlow::Logging::SetAllStream |
( |
std::ostream * |
stream | ) |
|
|
static |
Sets the output stream for all the log levels.
◆ SetDebugStream()
static void CubbyFlow::Logging::SetDebugStream |
( |
std::ostream * |
stream | ) |
|
|
static |
Sets the output stream for the debug level logs.
◆ SetErrorStream()
static void CubbyFlow::Logging::SetErrorStream |
( |
std::ostream * |
stream | ) |
|
|
static |
Sets the output stream for the error level logs.
◆ SetInfoStream()
static void CubbyFlow::Logging::SetInfoStream |
( |
std::ostream * |
stream | ) |
|
|
static |
Sets the output stream for the info level logs.
◆ SetLevel()
static void CubbyFlow::Logging::SetLevel |
( |
LogLevel |
level | ) |
|
|
static |
◆ SetWarnStream()
static void CubbyFlow::Logging::SetWarnStream |
( |
std::ostream * |
stream | ) |
|
|
static |
Sets the output stream for the warning level logs.
◆ Unmute()
static void CubbyFlow::Logging::Unmute |
( |
| ) |
|
|
static |
The documentation for this class was generated from the following file: