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