BasicLayout.hh
Go to the documentation of this file.
00001 /*
00002  * BasicLayout.hh
00003  *
00004  * Copyright 2000, LifeLine Networks BV (www.lifeline.nl). All rights reserved.
00005  * Copyright 2000, Bastiaan Bakker. All rights reserved.
00006  *
00007  * See the COPYING file for the terms of usage and distribution.
00008  */
00009 
00010 #ifndef _LOG4CPP_BASICLAYOUT_HH
00011 #define _LOG4CPP_BASICLAYOUT_HH
00012 
00013 #include <log4cpp/Portability.hh>
00014 #include <log4cpp/Layout.hh>
00015 
00016 LOG4CPP_NS_BEGIN
00017 
00021 class LOG4CPP_EXPORT BasicLayout : public Layout {
00022 public:
00023     BasicLayout();
00024     virtual ~BasicLayout();
00025 
00030     virtual std::string format(const LoggingEvent& event);
00031 };
00032 
00033 LOG4CPP_NS_END
00034 
00035 
00036 #endif // _LOG4CPP_BASICLAYOUT_HH


rc_genicam_api
Author(s): Heiko Hirschmueller
autogenerated on Thu Jun 6 2019 18:42:46