mirror of
https://github.com/Icinga/icinga2.git
synced 2025-09-26 11:08:51 +02:00
11 lines
116 B
Plaintext
11 lines
116 B
Plaintext
#include "base/dynamicobject.h"
|
|
|
|
namespace icinga
|
|
{
|
|
|
|
class Logger : DynamicObject
|
|
{
|
|
[config] String severity;
|
|
};
|
|
|
|
} |