mirror of
https://github.com/Icinga/icinga2.git
synced 2026-06-10 17:21:03 -04:00
11 lines
No EOL
125 B
Text
11 lines
No EOL
125 B
Text
#include "base/dynamicobject.h"
|
|
|
|
namespace icinga
|
|
{
|
|
|
|
abstract class Logger : DynamicObject
|
|
{
|
|
[config] String severity;
|
|
};
|
|
|
|
} |