PropertyConfigurator.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_PROPERTYCONFIGURATOR_HH
9 #define _LOG4CPP_PROPERTYCONFIGURATOR_HH
10 
11 #include "Base/GCException.h"
12 #include <log4cpp/Portability.hh>
13 #include <log4cpp/Export.hh>
14 
15 #include <string>
16 #include <log4cpp/Configurator.hh> // configure exceptions
17 
19 
48 public:
49  static void configure(const std::string& initFileName);
50  // throw(GenICam::InvalidArgumentException);
51 
52  static void configure(std::istream& initStream);
53  // throw(GenICam::InvalidArgumentException);
54 };
56 
57 #endif // _LOG4CPP_PROPERTYCONFIGURATOR_HH
#define LOG4CPP_NS_END
Definition: Portability.hh:50
Property configurator will read a config file using the same (or similar) format to the config file u...
#define LOG4CPP_EXPORT
Definition: Export.hh:21
#define LOG4CPP_NS_BEGIN
Definition: Portability.hh:49


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