Nymph  v1.5.2
Flow-Based Data Processing Framework
KTConfigurator.cc
Go to the documentation of this file.
1 /*
2  * KTConfigurator.cc
3  *
4  * Created on: Nov 5, 2013
5  * Author: nsoblath
6  */
7 
8 #include "KTConfigurator.hh"
9 
10 #include "KTLogger.hh"
11 
12 using std::string;
13 
14 namespace Nymph
15 {
16  KTLOGGER( conflog, "KTConfigurator" );
17 
19  fMasterConfig(),
20  fStringBuffer()
21  {
22  }
23 
25  {
26  }
27 
28 } /* namespace Nymph */
::Nymph::KTLogger conflog("KTConfigurable")
KTLOGGER(applog, "KTApplication")
Contains the logger class and macros, based on Kasper's KLogger class.