log4cpp::SimpleLayout (3) Linux Manual Page
log4cpp::SimpleLayout – BasicLayout is a simple fixed format Layout implementation. Synopsis#include <SimpleLayout.hh> Inherits log4cpp::Layout. Public Member FunctionsSimpleLayout () virtual ~SimpleLayout () virtual std::string format (const LoggingEvent &event) Formats the LoggingEvent in SimpleLayout style: ‘priority – message’. " Detailed DescriptionBasicLayout is a simple fixed format Layout implementation. Constructor & Destructor Documentationlog4cpp::SimpleLayout::SimpleLayout ()log4cpp::SimpleLayout::~SimpleLayout () [virtual]Member Function Documentationstd::string log4cpp::SimpleLayout::format…
