public class Log extends Object
描述:暂无描述信息
创建时间:2022-07-11 09:55
更新时间:暂无
Log()
static Logger
get(Class<?> clazz)
static void
log(Object... objs)
log(Object obj)
log(String... strs)
log(String str)
logf(String fmt, Object... objs)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Log()
public static void log(String str)
public static void log(Object obj)
public static void log(String... strs)
public static void log(Object... objs)
public static void logf(String fmt, Object... objs)
public static Logger get(Class<?> clazz)
Copyright © 2022. All rights reserved.