log4cpp 1.1.3
Loading...
Searching...
No Matches
BasicConfigurator.hh
Go to the documentation of this file.
1/*
2 * BasicConfigurator.hh
3 *
4 * Copyright 2002, Log4cpp Project. All rights reserved.
5 *
6 * See the COPYING file for the terms of usage and distribution.
7 */
8#ifndef _LOG4CPP_BASICCONFIGURATOR_HH
9#define _LOG4CPP_BASICCONFIGURATOR_HH
10
12
13namespace log4cpp {
14
22 public:
23
27 static void configure();
28 };
29}
30
31#endif
#define LOG4CPP_EXPORT
Definition Export.hh:26
This class implements a trivial default configuration for log4cpp: it adds a FileAppender that logs t...
Definition BasicConfigurator.hh:21
The top level namespace for all 'Log for C++' types and classes.
Definition AbortAppender.hh:16