mirror of
https://github.com/Icinga/icinga2.git
synced 2026-04-22 14:47:07 -04:00
11 lines
126 B
Text
11 lines
126 B
Text
#include "base/dynamicobject.h"
|
|
|
|
namespace icinga
|
|
{
|
|
|
|
abstract class Logger : DynamicObject
|
|
{
|
|
[config] String severity;
|
|
};
|
|
|
|
}
|