Class LoggerToolkitKt

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static String infoWithModule(Logger $self, String module, String message) Logger扩展函数 info方法携带module信息和消息日志
      final static String infoWithModule(Logger $self, String module, String subModule, String message) Logger扩展函数 info方法携带module信息和消息日志
      final static String warnWithModule(Logger $self, String module, String message) Logger扩展函数 warn方法携带module信息和消息日志
      final static String warnWithModule(Logger $self, String module, String subModule, String message) Logger扩展函数 warn方法携带module信息和消息日志
      final static String warnWithModule(Logger $self, String module, String message, String arguments) Logger扩展函数 warn方法携带module信息和消息日志
      final static String errorWithModule(Logger $self, String module, String message) Logger扩展函数 error方法携带module信息和消息日志
      final static String errorWithModule(Logger $self, String module, String subModule, String message) Logger扩展函数 error方法携带module信息和消息日志
      final static String debugWithModule(Logger $self, String module, String message) Logger扩展函数 Debug with module debug方法携带module信息和消息日志
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • infoWithModule

         final static String infoWithModule(Logger $self, String module, String message)

        Logger扩展函数 info方法携带module信息和消息日志

      • warnWithModule

         final static String warnWithModule(Logger $self, String module, String message)

        Logger扩展函数 warn方法携带module信息和消息日志

        Parameters:
        module - 模块信息
        message - 日志消息
      • warnWithModule

         final static String warnWithModule(Logger $self, String module, String message, String arguments)

        Logger扩展函数 warn方法携带module信息和消息日志

        Parameters:
        module - 模块信息
        message - 日志消息
        arguments - 日志格式化变量
      • errorWithModule

         final static String errorWithModule(Logger $self, String module, String message)

        Logger扩展函数 error方法携带module信息和消息日志

      • debugWithModule

         final static String debugWithModule(Logger $self, String module, String message)

        Logger扩展函数 Debug with module debug方法携带module信息和消息日志

        Parameters:
        module - 模块信息
        message - 日志消息