Stream Log Target

Description

The Console LogTarget provides support for the logging of message to a console via System.out or System.err. If no logging targets are defined, the implementation will establish a default console target.

Example

    <stream id="standard">
       <name>System.out</name>
       <format type="console"/>
    </stream>

XML

Attributes Description
id The log target identifier.
Nested Element Description
name The keyword 'System.out' or 'System.err'. The 'System.out' keyword will result in the streaming of events to System.out. The 'System.err' keyword will result in the streaming of events to System.err.
format A standard formatter statement.