logger element
Type: | logger |
Namespace: | http://sonatype.org/xsd/nexus-logging-plugin/rest/1.0 |
XML Schema: | ns0.xsd |
Java class for logger complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="logger"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="level" type="{http://sonatype.org/xsd/nexus-logging-plugin/rest/1.0}level"/> </sequence> </restriction> </complexContent> </complexType>
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<logger xmlns="http://sonatype.org/xsd/nexus-logging-plugin/rest/1.0">
<name xmlns="">...</name>
<level xmlns="">...</level>
</logger>
Example JSON
{
"name" : "...",
"level" : "DEFAULT"
}