com.ibm.etools.logging.util
Class MsgLoggerFactory

java.lang.Object
  |
  +--com.ibm.etools.logging.util.AbstractMessageLoggerFactory
        |
        +--com.ibm.etools.logging.util.MsgLoggerFactory

public class MsgLoggerFactory
extends AbstractMessageLoggerFactory

Licensed Material - Property of IBM (C) Copyright IBM Corp. 2003, 2005 All Rights Reserved. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. Specialized factory for MsgLogger instances.


Constructor Summary
MsgLoggerFactory()
          MsgLoggerFactory constructor comment.
 
Method Summary
protected  AbstractMessageLogger createProperLogger()
          Creates an instance of MsgLogger.
 
Methods inherited from class com.ibm.etools.logging.util.AbstractMessageLoggerFactory
closeAllFileHandles, createLogger, destroyLogger, destroyLogger, getLogger, getLogger, getLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MsgLoggerFactory

public MsgLoggerFactory()
MsgLoggerFactory constructor comment.

Method Detail

createProperLogger

protected AbstractMessageLogger createProperLogger()
Creates an instance of MsgLogger.

Specified by:
createProperLogger in class AbstractMessageLoggerFactory
Returns:
com.ibm.etools.logging.util.AbstractMessageLogger newly created logger