mirror of https://github.com/Icinga/icinga2.git
11 lines
114 B
Plaintext
11 lines
114 B
Plaintext
|
#include "base/streamlogger.h"
|
||
|
|
||
|
namespace icinga
|
||
|
{
|
||
|
|
||
|
class FileLogger : StreamLogger
|
||
|
{
|
||
|
[config] String path;
|
||
|
};
|
||
|
|
||
|
}
|