A
C
D
E
G
I
L
O
R
S
T
V
W
D
- d(String,Object) - function in com.king.logx.LogX.Companion
- Log a debug message with optional format args.
- d(Throwable,String,Object) - function in com.king.logx.LogX.Companion
- Log a debug exception and a message with optional format args.
- d(Throwable) - function in com.king.logx.LogX.Companion
- Log a debug exception.
- d(String,Object) - function in com.king.logx.logger.CompositeLogger
- Log a debug message with optional format args.
- d(Throwable,String,Object) - function in com.king.logx.logger.CompositeLogger
- Log a debug exception and a message with optional format args.
- d(Throwable) - function in com.king.logx.logger.CompositeLogger
- Log a debug exception.
- d(String,Object) - function in com.king.logx.logger.DefaultLogger
- Log a debug message with optional format args.
- d(Throwable,String,Object) - function in com.king.logx.logger.DefaultLogger
- Log a debug exception and a message with optional format args.
- d(Throwable) - function in com.king.logx.logger.DefaultLogger
- Log a debug exception.
- d(String,Object) - function in com.king.logx.logger.ILogger
- Log a debug message with optional format args.
- d(Throwable,String,Object) - function in com.king.logx.logger.ILogger
- Log a debug exception and a message with optional format args.
- d(Throwable) - function in com.king.logx.logger.ILogger
- Log a debug exception.
- d(String,Object) - function in com.king.logx.logger.Logger
- Log a debug message with optional format args.
- d(Throwable,String,Object) - function in com.king.logx.logger.Logger
- Log a debug exception and a message with optional format args.
- d(Throwable) - function in com.king.logx.logger.Logger
- Log a debug exception.
- DefaultLogger - class in com.king.logx.logger
- 默认实现的Logger,既美观又实用。日志的默认输出格式如下:
┌────────────────────────────── │ Thread information ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄ │ Method stack history ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄ │ Log message └────────────────────────────── - dependencies() - function in com.king.logx.initialize.LogXInitializer