# Functions
Debug 打印 Debug 信息.
Error 打印 Error 信息.
Info 打印 Info 信息.
MustSetup 通过配置初始化日志,失败会使当前线程崩溃
在大多数场景下,推荐使用这个函数初始化/改动日志设置.
RegisterLoggerType 注册一个新的日志类型
通过这个函数,可以轻松扩展这个库.
SetLevel 设置日志等级.
SetLogger 设置日志实例
我们更推荐使用 MustSetup.
Setup 通过配置初始化日志,失败会返回 error.
Warning 打印 Warning 信息.
WithContext 打印 WithContext 信息.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
ErrInvalidConfig 不支持的日志设置.
# Interfaces
Logger 日志处理抽象.