Class NoOpLog

java.lang.Object
org.apache.commons.logging.impl.NoOpLog
All Implemented Interfaces:
Serializable, Log

public class NoOpLog extends Object implements Log, Serializable

Trivial implementation of Log that throws away all messages. No configurable system properties are supported.

Version:
$Id: NoOpLog.java,v 1.8 2004/06/06 21:13:12 rdonkin Exp $
Author:
Scott Sanders, Rod Waldhoff
See Also: