mirror of
https://github.com/Icinga/icinga2.git
synced 2026-04-29 10:09:23 -04:00
11 lines
117 B
Text
11 lines
117 B
Text
#include "base/streamlogger.hpp"
|
|
|
|
namespace icinga
|
|
{
|
|
|
|
class FileLogger : StreamLogger
|
|
{
|
|
[config] String path;
|
|
};
|
|
|
|
}
|