#include "base/dynamicobject.hpp"
namespace icinga
{
abstract class Logger : DynamicObject
[config] String severity;
};
}