public interface Log
Modifier and Type | Method and Description |
---|---|
void |
debug(String s) |
void |
error(String s) |
void |
error(String s,
Throwable e) |
boolean |
isDebugEnabled() |
boolean |
isTraceEnabled() |
void |
trace(String s) |
void |
warn(String s) |
Copyright © 2009–2021 MyBatis.org. All rights reserved.