Container for loggers, and global logging options (such as verbose vs.
More...
#include <common/common.hh>
|
static bool | GetQuiet () |
| Get whether quiet output is set.
|
|
static void | SetQuiet (bool _q) |
| Set quiet output.
|
|
|
static Logger | dbg |
| Global instance of the debug logger.
|
|
static Logger | err |
| Global instance of the error logger.
|
|
static FileLogger | log |
| Global instance of the file logger.
|
|
static Logger | msg |
| Global instance of the message logger.
|
|
static Logger | warn |
| Global instance of the warning logger.
|
|
Container for loggers, and global logging options (such as verbose vs.
quiet output).
◆ GetQuiet()
Get whether quiet output is set.
- Returns
- True to if quiet output is set.
◆ SetQuiet()
static void SetQuiet |
( |
bool | _q | ) |
|
|
static |
Set quiet output.
- Parameters
-
[in] | q | True to prevent warning. |
◆ dbg
Global instance of the debug logger.
◆ err
Global instance of the error logger.
◆ log
Global instance of the file logger.
◆ msg
Global instance of the message logger.
◆ warn
Global instance of the warning logger.
The documentation for this class was generated from the following file: