Uses of Interface
cn.cloudself.query.util.log.Log
-
Packages that use Log Package Description cn.cloudself.query.util cn.cloudself.query.util.log -
-
Uses of Log in cn.cloudself.query.util
Methods in cn.cloudself.query.util with parameters of type Log Modifier and Type Method Description static <P,R>
RSqlLog. withQuery(Log logger, String sql, P[] params, Supplier<R> query) -
Uses of Log in cn.cloudself.query.util.log
Methods in cn.cloudself.query.util.log that return Log Modifier and Type Method Description static LogLogAdapter. createLog(String name)static LogLogFactory. getLog(Class<?> clazz)static LogLogFactory. getLog(String name)
-