Default Logger Config
日志记录器配置;适用于 DefaultLogger
Logger configuration for DefaultLogger
Author
Parameters
log Format
Log display format.
show Thread Info
Whether to show thread info.
method Count
How many method line to show.
method Offset
Stack trace offset (hides internal method calls)
Inheritors
Types
Link copied to clipboard
open class BaseBuilder<SELF : DefaultLoggerConfig.BaseBuilder<SELF>> : LoggerConfig.BaseBuilder<SELF>
DefaultLoggerConfig 构建器基类,支持泛型自引用以保证子类链式调用返回正确类型
Link copied to clipboard