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