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>
XML
Elements
name (type) | min/max occurs |
description |
---|---|---|
name (string) | 1/1 | |
level (level) | 1/1 |
JSON
property | type | description |
---|---|---|
name | name (string) | |
level | level (level) |