00001 /* 00002 * BasicConfigurator.hh 00003 * 00004 * Copyright 2002, Log4cpp Project. All rights reserved. 00005 * 00006 * See the COPYING file for the terms of usage and distribution. 00007 */ 00008 #ifndef _LOG4CPP_BASICCONFIGURATOR_HH 00009 #define _LOG4CPP_BASICCONFIGURATOR_HH 00010 00011 #include <log4cpp/Portability.hh> 00012 00013 LOG4CPP_NS_BEGIN 00014 00021 class LOG4CPP_EXPORT BasicConfigurator { 00022 public: 00023 00027 static void configure(); 00028 }; 00029 00030 LOG4CPP_NS_END 00031 00032 #endif