Constructor and Description |
---|
JavaLoggingLog(Class<?> clazz)
Creates a new JavaLoggingLog obtained from java.util.logging for the
given class.
|
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 ex) |
void |
info(Object obj) |
boolean |
isDebugEnabled() |
void |
warn(Object obj) |
void |
warn(Object obj,
Throwable ex) |
public JavaLoggingLog(Class<?> clazz)
clazz
- the class to log for.public boolean isDebugEnabled()
isDebugEnabled
in interface Log
Copyright © 2004–2020. All rights reserved.