mirror of https://github.com/Icinga/icinga2.git
10 lines
81 B
Plaintext
10 lines
81 B
Plaintext
|
#include "base/logger.h"
|
||
|
|
||
|
namespace icinga
|
||
|
{
|
||
|
|
||
|
class SyslogLogger : Logger
|
||
|
{
|
||
|
};
|
||
|
|
||
|
}
|