mirror of
https://github.com/Icinga/icinga2.git
synced 2026-02-22 01:10:15 -05:00
11 lines
No EOL
114 B
Text
11 lines
No EOL
114 B
Text
#include "base/streamlogger.h"
|
|
|
|
namespace icinga
|
|
{
|
|
|
|
class FileLogger : StreamLogger
|
|
{
|
|
[config] String path;
|
|
};
|
|
|
|
} |