Oracle Fusion Middleware extensions for Seed Data Framework
11g Release 1 (11.1.2)

E22564-02

oracle.apps.fnd.applseed.orch.util
Class SDFWorkerLogger

java.lang.Object
  extended by oracle.apps.fnd.applseed.orch.util.SDFWorkerLogger

public class SDFWorkerLogger
extends java.lang.Object

This class is needed to prevent ugliness in the log file. When the log messages are being passed via console from the child JVM to the parent JVM, the logger that logs these messages in the parent JVM will add more junk (additional info) on top of the additional info added by the original logger. to each line!!! So this class groups log messages in big packs to reduce the amount of unnecessary junk.


Constructor Summary
SDFWorkerLogger(java.util.logging.Logger logger)
          Instantiates a new SDF worker logger.
 
Method Summary
 void flush()
          Flushes cached messages to the log file.
 void log(java.lang.String strLine)
          Add one line to the cached log.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SDFWorkerLogger

public SDFWorkerLogger(java.util.logging.Logger logger)
Instantiates a new SDF worker logger.

Parameters:
logger - the logger
Method Detail

flush

public void flush()
Flushes cached messages to the log file.


log

public void log(java.lang.String strLine)
Add one line to the cached log.

Parameters:
strLine - : message

Oracle Fusion Middleware extensions for Seed Data Framework
11g Release 1 (11.1.2)

E22564-02

Copyright © 2011 Oracle. All Rights Reserved.