icinga2/lib/base/filelogger.ti

12 lines
115 B
Plaintext
Raw Normal View History

2013-10-26 09:41:45 +02:00
#include "base/streamlogger.h"
namespace icinga
{
class FileLogger : StreamLogger
{
[config] String path;
};
}