log4cpp:SimpleLayout (3)





NAME

       log4cpp::SimpleLayout - BasicLayout is a simple fixed format Layout
       implementation.


SYNOPSIS

       #include <SimpleLayout.hh>

       Inherits log4cpp::Layout.

   Public Methods
       SimpleLayout ()
       virtual ~SimpleLayout ()
       virtual std::string format (const LoggingEvent &event)
           Formats the LoggingEvent in SimpleLayout style:
            'priority - message'."


DETAILED DESCRIPTION

       BasicLayout is a simple fixed format Layout implementation.


CONSTRUCTOR & DESTRUCTOR DOCUMENTATION

   log4cpp::SimpleLayout::SimpleLayout ()
   log4cpp::SimpleLayout::~SimpleLayout () [virtual]

MEMBER FUNCTION DOCUMENTATION

   std::string log4cpp::SimpleLayout::format (const LoggingEvent & event)
       [virtual]
       Formats the LoggingEvent in SimpleLayout style:
        'priority - message'.

       Implements log4cpp::Layout.


AUTHOR

       Generated automatically by Doxygen for log4cpp from the source code.

log4cpp                           19 Aug 2003         log4cpp::SimpleLayout(3)