net.anidb.logging
Class ConsoleLog

java.lang.Object
  extended by net.anidb.logging.AbstractLog
      extended by net.anidb.logging.ConsoleLog
All Implemented Interfaces:
org.apache.commons.logging.Log

public class ConsoleLog
extends AbstractLog

A logger who writes his output to System.err.

For further information (options, etc.) look at AbstractLog.

Version:
1.0, 11.01.2010
Author:
grizzlyxp (http://anidb.net/perl-bin/animedb.pl?show=userpage&uid=63935)

Constructor Summary
ConsoleLog(java.lang.String className)
          Creates a logger.
 
Method Summary
 
Methods inherited from class net.anidb.logging.AbstractLog
debug, debug, error, error, fatal, fatal, info, info, isDebugEnabled, isErrorEnabled, isFatalEnabled, isInfoEnabled, isTraceEnabled, isWarnEnabled, trace, trace, warn, warn
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConsoleLog

public ConsoleLog(java.lang.String className)
Creates a logger.

Parameters:
className - The class name.