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 
18 
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 };
54 
55 #endif
#define LOG4CPP_NS_END
Definition: Portability.hh:50
#define LOG4CPP_EXPORT
Definition: Export.hh:21
This class implements a simple configurator for log4cpp.
#define LOG4CPP_NS_BEGIN
Definition: Portability.hh:49


rc_genicam_api
Author(s): Heiko Hirschmueller
autogenerated on Thu Jun 6 2019 19:10:54