Compoze Software, Inc.

com.compoze.util.log
Class DefaultLogFactory


java.lang.Object

  |

  +--com.compoze.util.log.AbstractPropsLogFactory

        |

        +--com.compoze.util.log.DefaultLogFactory

All Implemented Interfaces:
ILogLevel, ILogStreamFactory, java.io.Serializable

public class DefaultLogFactory
extends AbstractPropsLogFactory
implements java.io.Serializable

This class defines the default log factory. System.out is used for the log output.

See Also:
Serialized Form

Fields inherited from interface com.compoze.util.log.ILogLevel
DEBUG, DISABLED, ERROR, INFO, WARNING
 
Constructor Summary
DefaultLogFactory()
          Constructor.
 
Methods inherited from class com.compoze.util.log.AbstractPropsLogFactory
createLogStream, createLogStream, getFilesAppendKey, getFilesKey, getIdentifierKey, getLogLevelKey, getOutputStreamsKey, getTimedFlushBufsizeKey, getTimedFlushMillisKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultLogFactory


public DefaultLogFactory()
Constructor.

Compoze Software, Inc.

Copyright ©1999-2001 Compoze Software, Inc. All rights reserved.