Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

Log4cppCleanup.hh

Go to the documentation of this file.
00001 /*
00002  * Log4cppCleanup.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_LOG4CPPCLEANUP_HH
00011 #define _LOG4CPP_LOG4CPPCLEANUP_HH
00012 
00013 #include <log4cpp/Portability.hh>
00014 #include <log4cpp/OstringStream.hh>
00015 
00016 namespace log4cpp {
00017 
00024     class Log4cppCleanup {
00025         private:
00026         Log4cppCleanup();
00027 
00028         public:
00029         ~Log4cppCleanup();
00030 
00031         public:
00032 #ifdef LOG4CPP_USE_CLEANUP
00033         static Log4cppCleanup _cleanup;
00034 #endif        
00035     };
00036 }
00037 
00038 #endif // _LOG4CPP_LOG4CPPCLEANUP_HH

Generated on Thu Aug 15 00:00:20 2002 for log4cpp by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002