libcamgm
Public Member Functions | List of all members
ca_mgm::LogControl::LineFormater Struct Reference

#include <LogControl.hpp>

Inheritance diagram for ca_mgm::LogControl::LineFormater:
ca_mgm::LogControl::ShortLineFormater

Public Member Functions

virtual std::string format (const std::string &, logger::LogLevel, const char *, const char *, int, const std::string &)
 
virtual ~LineFormater ()
 

Detailed Description

If you want to format loglines by yourself, derive from this, and overload format. Return a formated logline without trailing NL. Ready to be written to the log.

Constructor & Destructor Documentation

virtual ca_mgm::LogControl::LineFormater::~LineFormater ( )
inlinevirtual

Member Function Documentation

virtual std::string ca_mgm::LogControl::LineFormater::format ( const std::string &  ,
logger::LogLevel  ,
const char *  ,
const char *  ,
int  ,
const std::string &   
)
virtual

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