Aktualizr
C++ SOTA Client
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
Enumerations
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
Functions
a
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
Variables
Enumerations
Files
File List
File Members
All
Functions
Enumerations
•
All
Classes
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Pages
src
libaktualizr
logging
logging_config.h
1
#ifndef LOGGING_CONFIG_H
2
#define LOGGING_CONFIG_H
3
4
#include <boost/property_tree/ptree_fwd.hpp>
5
#include <ostream>
6
7
struct
LoggerConfig
{
8
int
loglevel{2};
9
10
void
updateFromPropertyTree(
const
boost::property_tree::ptree& pt);
11
void
writeToStream(std::ostream& out_stream)
const
;
12
};
13
14
#endif // LOGGING_CONFIG
LoggerConfig
Definition:
logging_config.h:7
Generated by
1.8.16