org.eclipse.stardust.common.log
Interface Logger
public interface Logger
The CARNOT standard logger interface. It is modeled after the log4j Logger
class, but serves here as a wrapper around different logging implementations.
- Version:
- $Revision$
- Author:
- ubirkemeyer
debug
void debug(Object o)
debug
void debug(Object o,
Throwable throwable)
error
void error(Object o)
error
void error(Object o,
Throwable throwable)
fatal
void fatal(Object o)
fatal
void fatal(Object o,
Throwable throwable)
info
void info(Object o)
info
void info(Object o,
Throwable throwable)
warn
void warn(Object o)
warn
void warn(Object o,
Throwable throwable)
isInfoEnabled
boolean isInfoEnabled()
isDebugEnabled
boolean isDebugEnabled()
Copyright © 2017 Eclipse Stardust. All Rights Reserved.