net.sourceforge.acelogger
Class SimpleLogger

java.lang.Object
  extended by net.sourceforge.acelogger.BaseLogger
      extended by net.sourceforge.acelogger.SimpleLogger
All Implemented Interfaces:
Identifiable, Logger

public class SimpleLogger
extends BaseLogger

A pre-configured Logger using A simple formatter, logging to system err and generating file and line location for calls greater than info. This logger execution is all synchronous.

Since:
1.0.0
Version:
1.0.0
Author:
Zardi (https://sourceforge.net/users/daniel_zardi)

Constructor Summary
SimpleLogger(String identifier)
          Constructs a GenericLogger using the supplied identifier.
 
Method Summary
 
Methods inherited from class net.sourceforge.acelogger.BaseLogger
debug, debug, error, error, fatal, fatal, generateLogCall, generateLogCall, generateLogCall, getAppender, getGatherer, getIdentifier, getThreshold, info, info, isDebugEnabled, isErrorEnabled, isFatalEnabled, isInfoEnabled, isTraceEnabled, isWarnEnabled, setGatherer, setThreshold, trace, trace, warn, warn
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleLogger

public SimpleLogger(String identifier)
Constructs a GenericLogger using the supplied identifier.

Parameters:
identifier - The identifier of this logger.


Copyright © 2007-2010 The AceLogger Team. All Rights Reserved.