log4cpp
1.1.3
Loading...
Searching...
No Matches
include
log4cpp
SimpleConfigurator.hh
Go to the documentation of this file.
1
/*
2
* SimpleConfigurator.hh
3
*
4
* Copyright 2001, Glen Scott. All rights reserved.
5
*
6
* See the COPYING file for the terms of usage and distribution.
7
*/
8
#ifndef _LOG4CPP_SIMPLECONFIGURATOR_HH
9
#define _LOG4CPP_SIMPLECONFIGURATOR_HH
10
11
#include <
log4cpp/Portability.hh
>
12
#include <iostream>
13
#include <string>
14
#include <
log4cpp/Configurator.hh
>
15
16
namespace
log4cpp
{
17
25
class
LOG4CPP_EXPORT
SimpleConfigurator
{
26
public
:
27
37
static
void
configure(
const
std::string& initFileName);
38
48
static
void
configure(std::istream& initFile);
49
};
50
}
51
52
#endif
Configurator.hh
LOG4CPP_EXPORT
#define LOG4CPP_EXPORT
Definition
Export.hh:26
Portability.hh
log4cpp::SimpleConfigurator
This class implements a simple Configurator for log4cpp.
Definition
SimpleConfigurator.hh:25
log4cpp
The top level namespace for all 'Log for C++' types and classes.
Definition
AbortAppender.hh:16
Generated by
1.11.0