Constructor and Description |
---|
Jdk14LoggingImpl(String clazz) |
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) |
public Jdk14LoggingImpl(String clazz)
public boolean isDebugEnabled()
isDebugEnabled
in interface Log
public boolean isTraceEnabled()
isTraceEnabled
in interface Log
Copyright © 2009–2020 MyBatis.org. All rights reserved.