MIRA
Classes | Namespaces
LogCustomizableFormatter.h File Reference

A customizable log formatter. More...

#include <boost/date_time/local_time/local_time.hpp>
#include <error/LoggingCore.h>
Include dependency graph for LogCustomizableFormatter.h:

Go to the source code of this file.

Classes

class  LogCustomizableFormatter
 A customizable formatter. More...
 
class  LogCustomizableFormatter::CustomFormatBase
 Abstract base class for all CustomFormats. More...
 
class  LogCustomizableFormatter::Generic< T >
 Generic format, used to write various data to the log format. More...
 
class  LogCustomizableFormatter::Time
 Time format, used to write the time of the log entry to the log format. More...
 
class  LogCustomizableFormatter::Uptime
 Uptime format, used to write the up-time of the logging core to the log format. More...
 
class  LogCustomizableFormatter::Line
 Line format, used to write the line of the log entry to the log format. More...
 
class  LogCustomizableFormatter::File
 File format, used to write the file of the log entry to the log format. More...
 
class  LogCustomizableFormatter::Function
 Function format, used to write the function name of the log entry to the log format. More...
 
class  LogCustomizableFormatter::Class
 Class format, used to write the class name of the log entry to the log format. More...
 
class  LogCustomizableFormatter::NameSpace
 Namespace format, used to write the name space of the log entry to the log format. More...
 
class  LogCustomizableFormatter::Thread
 ThreadID format, used to write the thread id of the log entry to the log format. More...
 
class  LogCustomizableFormatter::Message
 Message format, used to write the message of the log entry to the log format. More...
 
class  LogCustomizableFormatter::Severity
 Severity format, used to write the severity level of the log entry to the log format. More...
 

Namespaces

 mira
 specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec>
 

Detailed Description

A customizable log formatter.

Author
Tim Langner
Date
2010/07/09