[Index]

logout


Provide an output to a logger. With a default Oddjob configuration log messages will be visible in the Log panel of Oddjob Explorer.

Property Summary

level The log log level.
logger The Log4j logger name to log the output to.

Example Summary

Example 1 Copy the contents of a file to the logger.

Property Detail

level

Configured ByATTRIBUTE
AccessREAD_WRITE
RequiredNo. Defaults to INFO.

The log log level.

logger

Configured ByATTRIBUTE
AccessREAD_WRITE
RequiredNo. Defaults to org.oddjob.logging.log4j.LogoutType

The Log4j logger name to log the output to.


Examples

Example 1

Copy the contents of a file to the logger.

java.io.IOException: No Resource found: org/oddjob/logging/log4j/LogoutExample.xml


(c) R Gordon Ltd 2005 - Present