mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-30 00:54:30 +02:00
12 lines
126 B
Plaintext
12 lines
126 B
Plaintext
#include "base/dynamicobject.h"
|
|
|
|
namespace icinga
|
|
{
|
|
|
|
abstract class Logger : DynamicObject
|
|
{
|
|
[config] String severity;
|
|
};
|
|
|
|
}
|