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