mirror of
https://github.com/Icinga/icinga2.git
synced 2025-05-20 22:40:16 +02:00
11 lines
84 B
Plaintext
11 lines
84 B
Plaintext
#include "base/logger.hpp"
|
|
|
|
namespace icinga
|
|
{
|
|
|
|
class SyslogLogger : Logger
|
|
{
|
|
};
|
|
|
|
}
|