OpenCV  3.4.5
Open Source Computer Vision
Static Public Member Functions | List of all members
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,...)
 
static void setDestination (const char *name)
 
static void setLevel (int level)
 
static int warn (const char *fmt,...)
 

Member Function Documentation

§ 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
levelLog level
fmtMessage format
Returns

§ setDestination()

static void cvflann::Logger::setDestination ( const char *  name)
inlinestatic

Sets the logging destination

Parameters
nameFilename 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
levelLogging level

§ warn()

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

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