CARMA C++
|
Very Simple layout class for CARMA tracing. More...
#include <carma/util/Logger.h>
Inherits Layout.
Public Member Functions | |
virtual std::string | format (const log4cpp::LoggingEvent &event) |
Formats the LoggingEvent in VerySimpleLayout style: "Name:NN: Message" where Name is the file name, e.g. More... | |
VerySimpleLayout () | |
Default constructor for VerySimpleLayout. More... | |
virtual | ~VerySimpleLayout () |
Destructor for VerySimpleLayout. More... | |
carma::util::VerySimpleLayout::VerySimpleLayout | ( | ) |
Default constructor for VerySimpleLayout.
|
virtual |
Destructor for VerySimpleLayout.
|
virtual |
Formats the LoggingEvent in VerySimpleLayout style:
"Name:NN: Message" where
Name is the file name, e.g.
Program.cc or Program.h
NN is the line number
Message is the traced message
event | The Logging Event generated by the Category method which passed the original log message. |