OpenCV  3.2.0-dev
Open Source Computer Vision
cvflann::Logger Class Reference

#include "logger.h"

Static Public Member Functions

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,...)
 Print log message. More...
 
static void setDestination (const char *name)
 Sets the logging destination. More...
 
static void setLevel (int level)
 Sets the logging level. More...
 
static int warn (const char *fmt,...)
 

Member Function Documentation

static int cvflann::Logger::error ( const char *  fmt,
  ... 
)
inlinestatic
static int cvflann::Logger::fatal ( const char *  fmt,
  ... 
)
inlinestatic
static int cvflann::Logger::log ( int  level,
const char *  fmt,
  ... 
)
inlinestatic

Print log message.

Parameters
levelLog level
fmtMessage format
Returns
static void cvflann::Logger::setDestination ( const char *  name)
inlinestatic

Sets the logging destination.

Parameters
nameFilename or NULL for console
static void cvflann::Logger::setLevel ( int  level)
inlinestatic

Sets the logging level.

All messages with lower priority will be ignored.

Parameters
levelLogging level

Referenced by cvflann::log_verbosity().

Here is the caller graph for this function:

static int cvflann::Logger::warn ( const char *  fmt,
  ... 
)
inlinestatic

The documentation for this class was generated from the following file: