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

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/OstringStream.hh"
00014 
00015 namespace log4cpp {
00016 
00023     class Log4cppCleanup {
00024         private:
00025         Log4cppCleanup();
00026 
00027         public:
00028         ~Log4cppCleanup();
00029 
00030         public:
00031         static Log4cppCleanup _cleanup;
00032     };
00033 }
00034 
00035 #endif // _LOG4CPP_LOG4CPPCLEANUP_HH

Generated at Mon Jun 11 01:25:09 2001 for log4cpp by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001