Package io.dataease.plugins.common.util
Class GlobalLogUtil
- java.lang.Object
-
- io.dataease.plugins.common.util.GlobalLogUtil
-
public class GlobalLogUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description GlobalLogUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voiddebug(Object msg)static voiddebug(Object msg, Object o)static voiddebug(Object msg, Object[] obj)static voiddebug(Object msg, Object o1, Object o2)static voiderror(Object msg)static voiderror(Object msg, Object o)static voiderror(Object msg, Object[] obj)static voiderror(Object msg, Object o1, Object o2)static voiderror(Object msg, Throwable ex)static StringgetExceptionDetailsToStr(Exception e)static org.slf4j.LoggergetLogger()初始化日志static StringgetMsg(Object msg)static StringgetMsg(Object msg, Throwable ex)static voidinfo(Object msg)static voidinfo(Object msg, Object o1)static voidinfo(Object msg, Object[] obj)static voidinfo(Object msg, Object o1, Object o2)static StringtoString(Throwable e)static voidwarn(Object msg)static voidwarn(Object msg, Object o)static voidwarn(Object msg, Object[] obj)static voidwarn(Object msg, Object o1, Object o2)static voidwriteLog(Object msg, String level)
-