Package cn.toutatis.xvoid.toolkit.log
Class LoggerToolkitKt
-
- All Implemented Interfaces:
public final class LoggerToolkitKt
-
-
Method Summary
Modifier and Type Method Description final static StringinfoWithModule(Logger $self, String module, String message)Logger扩展函数 info方法携带module信息和消息日志 final static StringinfoWithModule(Logger $self, String module, String subModule, String message)Logger扩展函数 info方法携带module信息和消息日志 final static StringwarnWithModule(Logger $self, String module, String message)Logger扩展函数 warn方法携带module信息和消息日志 final static StringwarnWithModule(Logger $self, String module, String subModule, String message)Logger扩展函数 warn方法携带module信息和消息日志 final static StringwarnWithModule(Logger $self, String module, String message, String arguments)Logger扩展函数 warn方法携带module信息和消息日志 final static StringerrorWithModule(Logger $self, String module, String message)Logger扩展函数 error方法携带module信息和消息日志 final static StringerrorWithModule(Logger $self, String module, String subModule, String message)Logger扩展函数 error方法携带module信息和消息日志 final static StringdebugWithModule(Logger $self, String module, String message)Logger扩展函数 Debug with module debug方法携带module信息和消息日志 -
-
Method Detail
-
infoWithModule
final static String infoWithModule(Logger $self, String module, String message)
Logger扩展函数 info方法携带module信息和消息日志
-
infoWithModule
final static String infoWithModule(Logger $self, String module, String subModule, 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 subModule, String message)
Logger扩展函数 warn方法携带module信息和消息日志
-
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信息和消息日志
-
errorWithModule
final static String errorWithModule(Logger $self, String module, String subModule, 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- 日志消息
-
-
-
-