mirror of
https://github.com/Icinga/icinga2.git
synced 2026-04-01 15:15:54 -04:00
11 lines
128 B
Text
11 lines
128 B
Text
#include "base/dynamicobject.hpp"
|
|
|
|
namespace icinga
|
|
{
|
|
|
|
abstract class Logger : DynamicObject
|
|
{
|
|
[config] String severity;
|
|
};
|
|
|
|
}
|