Memosa-FVM  0.2
RLogInterface Class Reference

#include <RLogInterface.h>

Static Public Attributes

static rlog::RLogChannel * ctorChannel = RLOG_CHANNEL("cdtor/ctor")
 
static rlog::RLogChannel * dtorChannel = RLOG_CHANNEL("cdtor/dtor")
 
static rlog::RLogChannel * infoChannel = RLOG_CHANNEL("info")
 
static rlog::RLogChannel * warningChannel = RLOG_CHANNEL("info/warning")
 
static rlog::RLogChannel * errorChannel = RLOG_CHANNEL("info/error")
 

Detailed Description

Definition at line 14 of file RLogInterface.h.

Member Data Documentation

rlog::RLogChannel * RLogInterface::ctorChannel = RLOG_CHANNEL("cdtor/ctor")
static

Definition at line 18 of file RLogInterface.h.

rlog::RLogChannel * RLogInterface::dtorChannel = RLOG_CHANNEL("cdtor/dtor")
static

Definition at line 19 of file RLogInterface.h.

rlog::RLogChannel * RLogInterface::errorChannel = RLOG_CHANNEL("info/error")
static

Definition at line 22 of file RLogInterface.h.

rlog::RLogChannel * RLogInterface::infoChannel = RLOG_CHANNEL("info")
static

Definition at line 20 of file RLogInterface.h.

rlog::RLogChannel * RLogInterface::warningChannel = RLOG_CHANNEL("info/warning")
static

Definition at line 21 of file RLogInterface.h.


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