#include "logger.h"
|
static int | error (const char *fmt,...) |
|
static int | fatal (const char *fmt,...) |
|
static int | info (const char *fmt,...) |
|
static int | log (int level, const char *fmt,...) |
|
static void | setDestination (const char *name) |
|
static void | setLevel (int level) |
|
static int | warn (const char *fmt,...) |
|
§ error()
static int cvflann::Logger::error |
( |
const char * |
fmt, |
|
|
|
... |
|
) |
| |
|
inlinestatic |
§ fatal()
static int cvflann::Logger::fatal |
( |
const char * |
fmt, |
|
|
|
... |
|
) |
| |
|
inlinestatic |
§ info()
static int cvflann::Logger::info |
( |
const char * |
fmt, |
|
|
|
... |
|
) |
| |
|
inlinestatic |
§ log()
static int cvflann::Logger::log |
( |
int |
level, |
|
|
const char * |
fmt, |
|
|
|
... |
|
) |
| |
|
inlinestatic |
Print log message
- Parameters
-
level | Log level |
fmt | Message format |
- Returns
§ setDestination()
static void cvflann::Logger::setDestination |
( |
const char * |
name | ) |
|
|
inlinestatic |
Sets the logging destination
- Parameters
-
name | Filename or NULL for console |
§ setLevel()
static void cvflann::Logger::setLevel |
( |
int |
level | ) |
|
|
inlinestatic |
Sets the logging level. All messages with lower priority will be ignored.
- Parameters
-
§ warn()
static int cvflann::Logger::warn |
( |
const char * |
fmt, |
|
|
|
... |
|
) |
| |
|
inlinestatic |
The documentation for this class was generated from the following file: