log4shib 2.0.1
Loading...
Searching...
No Matches
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 _LOG4SHIB_SIMPLECONFIGURATOR_HH
9#define _LOG4SHIB_SIMPLECONFIGURATOR_HH
10
12#include <iostream>
13#include <string>
15
16namespace log4shib {
17
26 public:
27
37 static void configure(const std::string& initFileName);
38
48 static void configure(std::istream& initFile);
49 };
50}
51
52#endif
#define LOG4SHIB_EXPORT
Definition Export.hh:11
This class implements a simple Configurator for log4shib.
Definition SimpleConfigurator.hh:25
static void configure(const std::string &initFileName)
Configure log4shib with the configuration in the given file.
Definition SimpleConfigurator.cpp:45
The top level namespace for all 'Log for C++' types and classes.
Definition AbortAppender.hh:16