public interface Log
Concrete instances of this interface are obtained by calling
LogFactory.getLog(Class)
.
LogFactory
Modifier and Type | Method and Description |
---|---|
void |
debug(Object obj) |
void |
debug(Object e,
Throwable e2) |
void |
error(Object obj) |
void |
error(Object obj,
Throwable exception) |
void |
info(Object obj) |
boolean |
isDebugEnabled() |
void |
warn(Object obj) |
void |
warn(Object obj,
Throwable exception) |
Copyright © 2004–2020. All rights reserved.