Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
src
PropertyConfigurator.cpp
Go to the documentation of this file.
1
/*
2
* PropertyConfigurator.cpp
3
*
4
* Copyright 2001, Glen Scott. All rights reserved.
5
*
6
* See the COPYING file for the terms of usage and distribution.
7
*/
8
#include "
PortabilityImpl.hh
"
9
#include <
log4cpp/PropertyConfigurator.hh
>
10
#include "
PropertyConfiguratorImpl.hh
"
11
12
namespace
log4cpp
{
13
14
void
PropertyConfigurator::configure
(
const
std::string& initFileName)
throw
(
ConfigureFailure
) {
15
PropertyConfiguratorImpl
configurator;
16
17
configurator.
doConfigure
(initFileName);
18
}
19
}
20
PropertyConfigurator.hh
PortabilityImpl.hh
PropertyConfiguratorImpl.hh
log4cpp::ConfigureFailure
Definition:
Configurator.hh:21
log4cpp::PropertyConfiguratorImpl::doConfigure
virtual void doConfigure(const std::string &initFileName)
Definition:
PropertyConfiguratorImpl.cpp:69
log4cpp
Definition:
AbortAppender.hh:16
log4cpp::PropertyConfiguratorImpl
Definition:
PropertyConfiguratorImpl.hh:25
log4cpp::PropertyConfigurator::configure
static void configure(const std::string &initFileName)
Definition:
PropertyConfigurator.cpp:14
log4cpp
Author(s): Stephen Roderick, Bastiaan Bakker, Cedric Le Goater, Steve Ostlind, Marcel Harkema, Walter Stroebel, Glenn Scott and Tony Cheung
autogenerated on Sun Jun 23 2019 19:10:00