public interface Logback extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<Logback>, org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.config.rev130405.modules.module.Configuration
This class represents the following YANG schema fragment defined in module config-logging
case logback {
list file-appenders {
key "name"
leaf append {
type boolean;
}
leaf file-name {
type string;
}
leaf encoder-pattern {
type string;
}
leaf name {
type string;
}
}
list rolling-appenders {
key "name"
leaf append {
type boolean;
}
leaf file-name {
type string;
}
leaf encoder-pattern {
type string;
}
leaf min-index {
type int32;
}
leaf max-index {
type int32;
}
leaf max-file-size {
type string;
}
leaf name {
type string;
}
leaf file-name-pattern {
type string;
}
leaf rolling-policy-type {
type string;
}
leaf max-history {
type int32;
}
leaf clean-history-on-start {
type clean-history-on-start;
}
}
list console-appenders {
key "name"
leaf encoder-pattern {
type string;
}
leaf threshold-filter {
type threshold-filter;
}
leaf name {
type string;
}
}
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| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
List<ConsoleAppenders> |
getConsoleAppenders() |
List<FileAppenders> |
getFileAppenders() |
List<Loggers> |
getLoggers() |
List<RollingAppenders> |
getRollingAppenders() |
List<FileAppenders> getFileAppenders()
java.util.List fileAppenders, or null if not presentList<RollingAppenders> getRollingAppenders()
java.util.List rollingAppenders, or null if not presentList<ConsoleAppenders> getConsoleAppenders()
java.util.List consoleAppenders, or null if not presentCopyright © 2018 OpenDaylight. All rights reserved.