mirror of
https://github.com/Icinga/icinga2.git
synced 2026-02-03 20:40:17 -05:00
11 lines
No EOL
116 B
Text
11 lines
No EOL
116 B
Text
#include "base/dynamicobject.h"
|
|
|
|
namespace icinga
|
|
{
|
|
|
|
class Logger : DynamicObject
|
|
{
|
|
[config] String severity;
|
|
};
|
|
|
|
} |