com.ibm.etools.logging.util
Class MsgLogger

java.lang.Object
  |
  +--com.ibm.etools.logging.util.AbstractMessageLogger
        |
        +--com.ibm.etools.logging.util.MsgLogger

public class MsgLogger
extends AbstractMessageLogger

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. This is an implementation of a logger type that provides all the basic write methods for externalizing data either as straight text or as XML.


Field Summary
 
Fields inherited from class com.ibm.etools.logging.util.AbstractMessageLogger
_factory, abstractMessageLoggerCopyright
 
Constructor Summary
MsgLogger()
          Create an instance of MessageLogger.
 
Method Summary
static AbstractMessageLoggerFactory getFactory()
          Get the correct factory for this type of logger.
 
Methods inherited from class com.ibm.etools.logging.util.AbstractMessageLogger
archiveFile, checkEnvironment, closeFile, delArchivedFiles, finalize, getArchiveExpiryDays, getArchiveOnOff, getFileName, getFormatXMLOutput, getIncludeTimeStamp, getLevel, getLoggingAgentDefaultConfiguration, getMsgLoggerConfig, getName, getPlugin, getRotationalLogging, getVersion, getXMLDepth, getXMLDetailLevel, getXMLFormat, initialize, initialize, isActive, isLogging, isLoggingLevel, isMonitored, printStackToString, setActive, setArchiveExpiryDays, setArchiveOnOff, setFileName, setFormatXMLOutput, setIncludeTimeStamp, setLevel, setMaxSize, setMsgLoggerConfig, setPlugin, setXMLDepth, setXMLDetailLevel, setXMLFormat, turnRLOff, waitUntilMonitored, write, write, write, write, write, write, write, write, write, write, write, write, write, write, write, write, write, write, write, writeCurrentThread, writeStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MsgLogger

public MsgLogger()
Create an instance of MessageLogger.

Method Detail

getFactory

public static AbstractMessageLoggerFactory getFactory()
Get the correct factory for this type of logger.

Returns:
com.ibm.etools.logging.util2.AbstractMessageLoggerFactory - the factory for this type of logger
See Also:
Creation date: (2/6/01 9:45:40 PM)