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
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 _LOG4SHIB_SIMPLECONFIGURATOR_HH
9
#define _LOG4SHIB_SIMPLECONFIGURATOR_HH
10
11
#include <
log4shib/Portability.hh
>
12
#include <iostream>
13
#include <string>
14
#include <
log4shib/Configurator.hh
>
15
16
namespace
log4shib {
17
25
class
LOG4SHIB_EXPORT
SimpleConfigurator
{
26
public
:
27
37
static
void
configure(
const
std::string& initFileName)
throw
(
ConfigureFailure
);
38
48
static
void
configure(std::istream& initFile)
throw
(
ConfigureFailure
); };
49
}
50
51
#endif
Generated on Thu Aug 18 2016 15:48:04 for log4shib by
1.8.1.2