00001 
00002 
00003 
00004 
00005 
00006 
00007 
00008 
00009 
00010 #ifndef _LOG4CPP_SIMPLELAYOUT_HH
00011 #define _LOG4CPP_SIMPLELAYOUT_HH
00012 
00013 #include <log4cpp/Portability.hh>
00014 #include <log4cpp/Layout.hh>
00015 
00016 namespace log4cpp {
00017     
00021     class LOG4CPP_EXPORT SimpleLayout : public Layout {
00022         public:
00023         SimpleLayout();
00024         virtual ~SimpleLayout();
00025 
00030         virtual std::string format(const LoggingEvent& event);
00031     };        
00032 }
00033 
00034 #endif // _LOG4CPP_SIMPLELAYOUT_HH