teditor  1.8.0@@fee5e94
Terminal based editor written in C++
Static Public Member Functions | Friends | List of all members
teditor::Logger Class Reference

#include <logger.h>

Static Public Member Functions

static void setLevel (int le)
 
static void log (int lev, const char *fmt,...)
 
static void messages (Editor &ed, const char *fmt,...)
 
static void msgBar (Editor &ed, const char *fmt,...)
 
static int logLevel ()
 

Friends

class SingletonHandler< Logger, std::string >
 

Member Function Documentation

◆ log()

void teditor::Logger::log ( int  lev,
const char *  fmt,
  ... 
)
static

◆ logLevel()

int teditor::Logger::logLevel ( )
static

◆ messages()

void teditor::Logger::messages ( Editor ed,
const char *  fmt,
  ... 
)
static

◆ msgBar()

void teditor::Logger::msgBar ( Editor ed,
const char *  fmt,
  ... 
)
static

◆ setLevel()

void teditor::Logger::setLevel ( int  le)
static

Friends And Related Function Documentation

◆ SingletonHandler< Logger, std::string >

friend class SingletonHandler< Logger, std::string >
friend

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