A
C
D
E
G
I
L
O
R
S
T
V
W
L
- log(Integer,String) - function in com.king.logx.LogX.Companion
- Log at
priorityan message. - log(Integer,Throwable,String) - function in com.king.logx.LogX.Companion
- Log at
priorityan exception and a message. - log(Integer,Throwable) - function in com.king.logx.LogX.Companion
- Log at
priorityan exception. - log(Integer,String) - function in com.king.logx.logger.CompositeLogger
- Log at
priorityan message. - log(Integer,Throwable,String) - function in com.king.logx.logger.CompositeLogger
- Log at
priorityan exception and a message. - log(Integer,Throwable) - function in com.king.logx.logger.CompositeLogger
- Log at
priorityan exception. - log(Integer,String,String,Throwable) - function in com.king.logx.logger.CompositeLogger
- Write a log message to its destination.
- log(Integer,String,String,Throwable) - function in com.king.logx.logger.DefaultLogger
- Write a log message to its destination.
- log(Integer,String) - function in com.king.logx.logger.DefaultLogger
- Log at
priorityan message. - log(Integer,Throwable,String) - function in com.king.logx.logger.DefaultLogger
- Log at
priorityan exception and a message. - log(Integer,Throwable) - function in com.king.logx.logger.DefaultLogger
- Log at
priorityan exception. - log(Integer,String) - function in com.king.logx.logger.ILogger
- Log at
priorityan message. - log(Integer,Throwable,String) - function in com.king.logx.logger.ILogger
- Log at
priorityan exception and a message. - log(Integer,Throwable) - function in com.king.logx.logger.ILogger
- Log at
priorityan exception. - log(Integer,String) - function in com.king.logx.logger.Logger
- Log at
priorityan message. - log(Integer,Throwable,String) - function in com.king.logx.logger.Logger
- Log at
priorityan exception and a message. - log(Integer,Throwable) - function in com.king.logx.logger.Logger
- Log at
priorityan exception. - log(Integer,String,String,Throwable) - function in com.king.logx.logger.Logger
- Write a log message to its destination.
- Logger - class in com.king.logx.logger
- 日志记录器基类;封装好一些通用的逻辑,从而简化其子类的实现。
- loggerCount() - function in com.king.logx.logger.CompositeLogger
- LogX - class in com.king.logx
- LogX 小而美的日志框架。
LogX 既有 Timber 的易用性与可扩展性,又具备 Logger 的日志格式美观性。
直接使用,无需初始化,默认配置即是最推荐的配置。
┌────────────────────────────── │ Thread information ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄ │ Method stack history ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄ │ Log message └────────────────────────────── - LogX.Companion - class in com.king.logx.LogX
- LogXInitializer - class in com.king.logx.initialize
- 初始化