level

Namespace: http://sonatype.org/xsd/nexus-logging-plugin/rest/1.0
XML Schema: ns0.xsd

Java class for level.

The following schema fragment specifies the expected content contained within this class.

<simpleType name="level">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="DEFAULT"/>
<enumeration value="TRACE"/>
<enumeration value="DEBUG"/>
<enumeration value="INFO"/>
<enumeration value="WARN"/>
<enumeration value="ERROR"/>
<enumeration value="OFF"/>
</restriction>
</simpleType>

Possible Values

value description
DEFAULT
TRACE
DEBUG
INFO
WARN
ERROR
OFF