complexType "loggerType"
Namespace:
Content:
empty, 3 attributes
Defined:
globally in mule.xsd; see XML source
Includes:
definitions of 3 attributes
Used:
Content Model Diagram
XML Representation Summary
<...
    message
 = 
xsd:string
    level
 = 
("ERROR" | "WARN" | "INFO" | "DEBUG" | "TRACE") : "DEBUG"
    category
 = 
xsd:string
/>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
  loggerType
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="loggerType">
<xsd:complexContent>
<xsd:extension base="abstractMessageProcessorType">
<xsd:attribute name="message" type="xsd:string" use="optional"/>
<xsd:attribute default="DEBUG" name="level" use="optional">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="ERROR"/>
<xsd:enumeration value="WARN"/>
<xsd:enumeration value="INFO"/>
<xsd:enumeration value="DEBUG"/>
<xsd:enumeration value="TRACE"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
<xsd:attribute name="category" type="xsd:string" use="optional"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined in this component only; 3/3)
category
Type:
xsd:string, predefined
Use:
optional
The log category to be used
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="category" type="xsd:string" use="optional"/>

level
Type:
anonymous (restriction of xsd:string)
Use:
optional
The logging level to be used.
Attribute Value
enumeration of xsd:string
Enumeration:
"ERROR", "WARN", "INFO", "DEBUG", "TRACE"
Default:
"DEBUG"
Anonymous simpleType
Type Derivation Tree
xsd:string (restriction)
  simpleType
Derivation:
restriction of xsd:string
Facets:
enumeration:
"ERROR", "WARN", "INFO", "DEBUG", "TRACE"
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute default="DEBUG" name="level" use="optional">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="ERROR"/>
<xsd:enumeration value="WARN"/>
<xsd:enumeration value="INFO"/>
<xsd:enumeration value="DEBUG"/>
<xsd:enumeration value="TRACE"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>

message
Type:
xsd:string, predefined
Use:
optional
Message that will be logged. Embedded expressions can be used to extract value from the current message. If no message is specified then the current message is used.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="message" type="xsd:string" use="optional"/>

XML schema documentation generated with DocFlex/XML SDK 1.8.1b6 using DocFlex/XML XSDDoc 2.2.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.