org.jboss.seam.log
public interface Log
Modifier and Type | Method and Description |
---|---|
void |
debug(Object object,
Object... params) |
void |
debug(Object object,
Throwable t,
Object... params) |
void |
error(Object object,
Object... params) |
void |
error(Object object,
Throwable t,
Object... params) |
void |
fatal(Object object,
Object... params) |
void |
fatal(Object object,
Throwable t,
Object... params) |
void |
info(Object object,
Object... params) |
void |
info(Object object,
Throwable t,
Object... params) |
boolean |
isDebugEnabled() |
boolean |
isErrorEnabled() |
boolean |
isFatalEnabled() |
boolean |
isInfoEnabled() |
boolean |
isTraceEnabled() |
boolean |
isWarnEnabled() |
void |
trace(Object object,
Object... params) |
void |
trace(Object object,
Throwable t,
Object... params) |
void |
warn(Object object,
Object... params) |
void |
warn(Object object,
Throwable t,
Object... params) |
Copyright © 2015 Seam Framework. All Rights Reserved.