类 TraceLogUtil


  • public class TraceLogUtil
    extends java.lang.Object
    Trace util.
    作者:
    Nacos
    • 字段概要

      字段 
      修饰符和类型 字段 说明
      static org.slf4j.Logger pollingLog
      Record polling request records for each client.
      static org.slf4j.Logger requestLog
      Record requests for each interface of the Server.
    • 方法概要

      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 字段详细资料

      • requestLog

        public static org.slf4j.Logger requestLog
        Record requests for each interface of the Server.
      • pollingLog

        public static org.slf4j.Logger pollingLog
        Record polling request records for each client.
    • 构造器详细资料

      • TraceLogUtil

        public TraceLogUtil()