Global logger.
More...
#include <Logger.h>
Enumerator |
---|
DISABLED |
Disable logging completely.
|
ERROR |
Only errors will be logged.
|
INFO |
Interesting runtime events.
|
DEBUG |
Detailed information.
|
virtual OpenANN::Log::~Log |
( |
) | |
|
|
virtual |
std::ostream& OpenANN::Log::get |
( |
LogLevel |
level, |
|
|
const char * |
name_space |
|
) |
| |
static LogLevel& OpenANN::Log::getLevel |
( |
) | |
|
|
static |
static std::ostream& OpenANN::Log::getStream |
( |
) | |
|
|
static |
static void OpenANN::Log::setDebug |
( |
) | |
|
|
static |
static void OpenANN::Log::setDisabled |
( |
) | |
|
|
static |
static void OpenANN::Log::setError |
( |
) | |
|
|
static |
static void OpenANN::Log::setInfo |
( |
) | |
|
|
static |
The documentation for this class was generated from the following file: