#include "base/streamlogger.h" namespace icinga { class FileLogger : StreamLogger { [config] String path; }; }