#include <iostream>Classes | |
| class | Detail::NullBuf |
| class | Detail::NullStream |
Namespaces | |
| namespace | Detail |
| Basic logging utilities meant to be used by binaries. | |
Functions | |
| std::ostream & | Err () |
| int | GetLogVerbosity () |
| NullStream & | Detail::GetNullStream () |
| std::ostream & | Info (int minLevel) |
| void | InitLog (const char *name, int defaultVerbosity=1) |
| void | SetLogVerbosity (int verbosity) |
| std::ostream & | Warn () |
Variables | |
| const char * | Detail::gLogName = "" |
| int | Detail::gLogVerbosity = 1 |
| Log verbosity works this way: If it's <= 0, all warnings are suppressed. | |
|
inline |
Definition at line 55 of file logging.hxx.
|
inline |
Definition at line 50 of file logging.hxx.
|
inline |
Definition at line 68 of file logging.hxx.
Definition at line 39 of file logging.hxx.
Definition at line 45 of file logging.hxx.
|
inline |
Definition at line 61 of file logging.hxx.