Dripline-Cpp
v2.4.2
Dripline Implementation in C++
library
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
19
monitor_config::monitor_config
()
20
{
21
// default agent configuration
22
23
add(
"dripline"
,
dripline_config
() );
24
25
}
26
27
monitor_config::~monitor_config
()
28
{
29
}
30
31
}
/* namespace dripline */
dripline::dripline_config
Sets the default configuration used by core.
Definition:
dripline_config.hh:29
monitor_config.hh
dripline
Definition:
agent.cc:39
dripline::monitor_config::~monitor_config
virtual ~monitor_config()
Definition:
monitor_config.cc:27
dripline::monitor_config::monitor_config
monitor_config()
Definition:
monitor_config.cc:19
dlog
static scarab::logger dlog("agent_config")
Generated by
1.8.13