org.apache.agila.impl
Class StdoutLogService
java.lang.Object
org.apache.agila.impl.StdoutLogService
- All Implemented Interfaces:
- LogService
public class StdoutLogService
- extends java.lang.Object
- implements LogService
- Version:
- $Id: $
- Author:
- Geir Magnusson Jr.
Method Summary |
void |
debug(java.lang.Object msg)
|
void |
debug(java.lang.Object msg,
java.lang.Throwable t)
|
void |
error(java.lang.Object msg)
|
void |
error(java.lang.Object msg,
java.lang.Throwable t)
|
void |
info(java.lang.Object msg)
|
void |
info(java.lang.Object msg,
java.lang.Throwable t)
|
boolean |
isDebugEnabled()
|
boolean |
isErrorEnabled()
|
boolean |
isInfoEnabled()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StdoutLogService
public StdoutLogService()
isInfoEnabled
public boolean isInfoEnabled()
- Specified by:
isInfoEnabled
in interface LogService
info
public void info(java.lang.Object msg)
- Specified by:
info
in interface LogService
info
public void info(java.lang.Object msg,
java.lang.Throwable t)
- Specified by:
info
in interface LogService
isDebugEnabled
public boolean isDebugEnabled()
- Specified by:
isDebugEnabled
in interface LogService
debug
public void debug(java.lang.Object msg)
- Specified by:
debug
in interface LogService
debug
public void debug(java.lang.Object msg,
java.lang.Throwable t)
- Specified by:
debug
in interface LogService
isErrorEnabled
public boolean isErrorEnabled()
- Specified by:
isErrorEnabled
in interface LogService
error
public void error(java.lang.Object msg)
- Specified by:
error
in interface LogService
error
public void error(java.lang.Object msg,
java.lang.Throwable t)
- Specified by:
error
in interface LogService
Copyright © 2004-2005 The Apache Software Foundation. All Rights Reserved.