org.arakhne.logging
Class ConsoleLogger
java.lang.Object
org.arakhne.logging.AbstractLogger
org.arakhne.logging.AbstractStandAloneLogger
org.arakhne.logging.AbstractPrintStreamLogger
org.arakhne.logging.ConsoleLogger
- All Implemented Interfaces:
- Logger
public class ConsoleLogger
- extends AbstractPrintStreamLogger
This class provides the concrete implementation of the Logger
interface. This impl is displaying on the standard output.
- Version:
- 1.7 (rev:285) 2011-10-14 12:02:59
- Author:
- Stéphane GALLAND
- See Also:
Logger- Maven Group Id:
- org.arakhne.afc
- Maven Artifact Id:
- arakhneLogger
| Methods inherited from class org.arakhne.logging.AbstractLogger |
addLoggerEventListener, debug, debug, error, error, fireLoggerEvent, fireLoggerEvent, getLogLevel, info, info, isDebugEnabled, isErrorEnabled, isInfoEnabled, isLoggableFor, isWarnEnabled, log, removeLoggerEventListener, setLogLevel, warn, warn |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConsoleLogger
public ConsoleLogger()
- Unamed Logger on system console.
ConsoleLogger
public ConsoleLogger(String name)
- Named Logger on system console.
- Parameters:
name - is the name of the logger.
Copyright © 2006-2011 Arakhnê.org Consortium. All rights reserved under LGPL license terms.