<< Click to Display Table of Contents >>

OZSchedulerUserDefinedLogger

This interface provides basic methods to execute User Defined Log function in OZ Scheduler.


Method Detail

init

void init(org.apache.log4j.Category cat) throws OZSchedulerUDLException

Starts the OZ Scheduler.

Parameters:

cat - Message to log when starting the OZ Scheduler

release

void release(org.apache.log4j.Category cat) throws OZSchedulerUDLException

Stop the OZ Scheduler.

Parameters:

cat - Message to log when stopping the OZ Scheduler

traceLog

void traceLog(OZSchedulerUDLTarget target, org.apache.log4j.Category cat) throws OZSchedulerUDLException

Write the log

Parameters:

target - Target user defined log

cat - Message to log