public class Logger extends Object
Log
void
debug(Supplier<String> s)
error(Supplier<String> s)
error(Supplier<String> s, Throwable e)
trace(Supplier<String> s)
warn(Supplier<String> s)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public void error(Supplier<String> s, Throwable e)
public void error(Supplier<String> s)
public void warn(Supplier<String> s)
public void debug(Supplier<String> s)
public void trace(Supplier<String> s)
Copyright © 2010–2019 MyBatis.org. All rights reserved.