element <logger>
Namespace:
Type:
Content:
empty, 3 attributes
Subst.Gr:
may substitute for element abstract-message-processor
Defined:
globally in mule.xsd; see XML source
Used:
never
Content Model Diagram
XML Representation Summary
<logger
    message
 = 
xsd:string
    level
 = 
("ERROR" | "WARN" | "INFO" | "DEBUG" | "TRACE") : "DEBUG"
    category
 = 
xsd:string
/>
May be included in elements by substitutions (14):
Annotation
Performs logging using an expression that determines what should be logged. By default the current messages is logged using the DEBUG level to the 'org.mule.api.processor.LoggerMessageProcessor' category but the level and category can both be configured to suit your needs.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="logger" substitutionGroup="abstract-message-processor" type="loggerType"/>

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.