Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
dcdb
dcdb
Commits
14d184c2
Commit
14d184c2
authored
Feb 08, 2019
by
Micha Mueller
Browse files
Abbreviate logger declaration with new LOGGER macro
parent
caeea7f0
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/includes/ConfiguratorInterface.h
View file @
14d184c2
...
...
@@ -36,7 +36,7 @@ public:
virtual
std
::
vector
<
SGroupPtr
>&
getSensorGroups
()
=
0
;
protected:
boost
::
log
::
sources
::
severity_logger
<
boost
::
log
::
trivial
::
severity_level
>
lg
;
LOGGER
lg
;
};
//typedef for more readable usage of create()- and destroy()-methods, required for dynamic libraries
...
...
src/sensors/snmp/SNMPConnection.h
View file @
14d184c2
...
...
@@ -177,7 +177,7 @@ private:
struct
snmp_session
_snmpSession
;
boost
::
asio
::
io_service
::
strand
*
_strand
;
boost
::
log
::
sources
::
severity_logger
<
boost
::
log
::
trivial
::
severity_level
>
lg
;
LOGGER
lg
;
};
#endif
/* SNMPCONNECTION_H_ */
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment