public interface Loggers extends org.opendaylight.yangtools.yang.binding.ChildOf<org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.config.rev130405.modules.Module>, org.opendaylight.yangtools.yang.binding.Augmentable<Loggers>, org.opendaylight.yangtools.yang.binding.Identifiable<LoggersKey>
This class represents the following YANG schema fragment defined in module config-logging
list loggers {
key "logger-name"
leaf logger-name {
type string;
}
leaf level {
type string;
}
leaf-list appenders {
type string;
}
}
The schema path to identify an instance is
config-logging/modules/module/configuration/(urn:opendaylight:params:xml:ns:yang:controller:logback:config?revision=2013-07-16)logback/loggers
To create instances of this class use LoggersBuilder.
LoggersBuilder,
LoggersKey| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAppenders() |
LoggersKey |
getKey()
Returns Primary Key of Yang List Type
|
String |
getLevel() |
String |
getLoggerName() |
String getLoggerName()
java.lang.String loggerName, or null if not presentString getLevel()
java.lang.String level, or null if not presentLoggersKey getKey()
getKey in interface org.opendaylight.yangtools.yang.binding.Identifiable<LoggersKey>org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.logback.config.rev130716.modules.module.configuration.logback.LoggersKey key, or null if not presentCopyright © 2018 OpenDaylight. All rights reserved.