This website requires JavaScript.
Explore
Help
Register
Sign In
tyler.durden
/
icinga2
mirror of
https://github.com/Icinga/icinga2.git
Watch
1
Star
0
Fork
You've already forked icinga2
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
097e0bf4f4
icinga2
/
lib
/
base
/
sysloglogger.ti
11 lines
82 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Implement class compiler. Refs #4963
2013-10-26 09:41:45 +02:00
#include "base/logger.h"
namespace icinga
{
class SyslogLogger : Logger
{
};
Rename the service state constants. Fixes #5964
2014-04-08 09:11:54 +02:00
}