log4cpp
1.1.3
include
log4cpp
Configurator.hh
Go to the documentation of this file.
1
/*
2
* Configurator.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_CONFIGURATOR_HH
9
#define _LOG4CPP_CONFIGURATOR_HH
10
11
#include <
log4cpp/Portability.hh
>
12
#include <
log4cpp/Export.hh
>
13
#include <string>
14
#include <stdexcept>
15
16
namespace
log4cpp
{
17
21
class
LOG4CPP_EXPORT
ConfigureFailure
:
public
std::runtime_error {
22
public
:
27
ConfigureFailure
(
const
std::string& reason);
28
};
29
}
30
31
#endif
// _LOG4CPP_CONFIGURATOR_HH
Export.hh
LOG4CPP_EXPORT
#define LOG4CPP_EXPORT
Definition:
Export.hh:26
Portability.hh
log4cpp::ConfigureFailure
Exception class for configuration.
Definition:
Configurator.hh:21
log4cpp
The top level namespace for all 'Log for C++' types and classes.
Definition:
AbortAppender.hh:16
Generated by
1.9.1