log4shib
1.0.9
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
include
log4shib
PropertyConfigurator.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 _LOG4SHIB_PROPERTYCONFIGURATOR_HH
9
#define _LOG4SHIB_PROPERTYCONFIGURATOR_HH
10
11
#include <
log4shib/Portability.hh
>
12
#include <
log4shib/Export.hh
>
13
14
#include <string>
15
#include <
log4shib/Configurator.hh
>
// configure exceptions
16
17
namespace
log4shib {
18
46
class
LOG4SHIB_EXPORT
PropertyConfigurator
{
47
public
:
48
static
void
configure(
const
std::string& initFileName)
throw
(
ConfigureFailure
);
49
};
50
}
51
52
#endif // _LOG4SHIB_PROPERTYCONFIGURATOR_HH
Configurator.hh
Portability.hh
LOG4SHIB_EXPORT
#define LOG4SHIB_EXPORT
Definition:
Export.hh:11
Export.hh
log4shib::PropertyConfigurator
Property configurator will read a config file using the same (or similar) format to the config file u...
Definition:
PropertyConfigurator.hh:46
log4shib::ConfigureFailure
Exception class for configuration.
Definition:
Configurator.hh:26
Generated by
1.8.6