类 ExceptionLog


  • public class ExceptionLog
    extends java.lang.Object
    异常日志,将异常堆栈信息打印到日志中
    版本:
    1.0 2021年6月23日
    作者:
    Bangbang
    • 方法概要

      所有方法 静态方法 具体方法 
      修饰符和类型 方法 说明
      static void log​(java.lang.Throwable th)
      记录异常堆栈信息
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

      • ExceptionLog

        public ExceptionLog()
    • 方法详细资料

      • log

        public static void log​(java.lang.Throwable th)
        记录异常堆栈信息
        参数:
        th - 异常信息