Stream Log TargetDescriptionThe 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
|