Dripline-Cpp  v2.4.2
Dripline Implementation in C++
monitor_config.cc
Go to the documentation of this file.
1 /*
2  * monitor_config.cc
3  *
4  * Created on: Jul 3, 2019
5  * Author: N.S. Oblath
6  */
7 
8 #define DRIPLINE_API_EXPORTS
9 
10 #include "monitor_config.hh"
11 
12 #include "logger.hh"
13 
14 LOGGER( dlog, "agent_config" );
15 
16 namespace dripline
17 {
18 
20  {
21  // default agent configuration
22 
23  add( "dripline", dripline_config() );
24 
25  }
26 
28  {
29  }
30 
31 } /* namespace dripline */
Sets the default configuration used by core.
static scarab::logger dlog("agent_config")