Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
genicam
library
CPP
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 "
Base/GCException.h
"
12
#include <
log4cpp/Portability.hh
>
13
#include <iostream>
14
#include <string>
15
#include <
log4cpp/Configurator.hh
>
16
17
LOG4CPP_NS_BEGIN
18
26
class
LOG4CPP_EXPORT
SimpleConfigurator
{
27
public
:
28
38
static
void
configure(
const
std::string& initFileName);
39
// throw(GenICam::InvalidArgumentException);
40
50
static
void
configure(std::istream& initFile);
51
// throw(GenICam::InvalidArgumentException);
52
};
53
LOG4CPP_NS_END
54
55
#endif
LOG4CPP_NS_END
#define LOG4CPP_NS_END
Definition:
Portability.hh:50
Configurator.hh
Portability.hh
LOG4CPP_EXPORT
#define LOG4CPP_EXPORT
Definition:
Export.hh:21
SimpleConfigurator
This class implements a simple configurator for log4cpp.
Definition:
SimpleConfigurator.hh:26
GCException.h
LOG4CPP_NS_BEGIN
#define LOG4CPP_NS_BEGIN
Definition:
Portability.hh:49
rc_genicam_api
Author(s): Heiko Hirschmueller
autogenerated on Thu Jun 6 2019 19:10:54