|
| enum | Level {
LL_DEBUG,
LL_INFO,
LL_ALERT,
LL_WARN,
LL_ERROR,
LL_FATAL
} |
| |
|
|
static void | attachLogFile (const std::string &fileName) |
| |
|
static void | attachLogFILE (FILE *f) |
| |
|
static void | setLogLevel (Level level) |
| |
|
static void | logAs (Level level, const std::string &message) |
| |
|
static void | debug (const std::string &message) |
| |
|
static void | info (const std::string &message) |
| |
|
static void | alert (const std::string &message) |
| |
|
static void | warn (const std::string &message) |
| |
|
static void | error (const std::string &message) |
| |
|
static void | fatal (const std::string &message) |
| |
The documentation for this class was generated from the following files:
- src/VNMediaClientNET/Logger.h
- src/VNMediaClientNET/Logger.cpp