net.sf.oval.logging
Interface Logger
- All Known Implementing Classes:
- LoggerJCLImpl, LoggerJDKImpl, LoggerL4JImpl, LoggerSLF4JImpl
public interface Logger
- Author:
- Sebastian Thomschke
debug
void debug(String msg)
debug
void debug(String msg,
Throwable t)
error
void error(String msg)
error
void error(String msg,
Throwable t)
info
void info(String msg)
info
void info(String msg,
Throwable t)
isDebug
boolean isDebug()
isError
boolean isError()
isInfo
boolean isInfo()
isTrace
boolean isTrace()
isWarn
boolean isWarn()
trace
void trace(String msg)
trace
void trace(String msg,
Throwable t)
warn
void warn(String msg)
warn
void warn(String msg,
Throwable t)
Copyright © 2005-2013 The OVal Development Team. All Rights Reserved.