com.ibm.commerce.ras
Class LogFileFactory

java.lang.Object
  |
  +--com.ibm.commerce.ras.LogFileFactory

public class LogFileFactory
extends java.lang.Object

The factory for the log file of Logging service.


Field Summary
static java.lang.String COPYRIGHT
          IBM copyright notice field.
static  LogFileFactory instance
          Defines the LogFileFactory singleton.
 
Method Summary
 LogFile getLogFile(java.lang.String fileName)
          Gets the log file.
static void main(java.lang.String[] args)
          Test Program
static  LogFileFactory singleton()
          Returns the LogFileFactory instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail
public static final java.lang.String COPYRIGHT
IBM copyright notice field.
See Also:
Constant Field Values

instance

public static LogFileFactory instance
Defines the LogFileFactory singleton.
Method Detail

getLogFile

public LogFile getLogFile(java.lang.String fileName)
Gets the log file.
Parameters:
fileName - String
Returns:
the LogFile object

main

public static void main(java.lang.String[] args)
Test Program

singleton

public static LogFileFactory singleton()
Returns the LogFileFactory instance.
Returns:
LogFileFactory instance