mirror of
https://github.com/Icinga/icinga2.git
synced 2025-05-20 22:40:16 +02:00
12 lines
117 B
Plaintext
12 lines
117 B
Plaintext
#include "base/streamlogger.hpp"
|
|
|
|
namespace icinga
|
|
{
|
|
|
|
class FileLogger : StreamLogger
|
|
{
|
|
[config] String path;
|
|
};
|
|
|
|
}
|