public interface Log
Modifier and Type | Method and Description |
---|---|
void |
debug(String s) |
void |
error(String s) |
void |
error(String s,
Throwable e) |
void |
info(String s) |
boolean |
isDebugEnabled() |
boolean |
isTraceEnabled() |
void |
trace(String s) |
void |
warn(String s) |
void |
warn(String s,
Throwable e) |
Copyright © 2008–2017 Aspectran.com. All rights reserved.