//
pkg.gl
Category
github.com/lancer05/logger
module
package
0.1.0
Repository:
https://github.com/lancer05/logger.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
10
Dependents
0
Files
258 SLOC
#
README
logger
介绍
自定义日志输出,测试版!!
#
Functions
NewFormatter
NewFormatter 获得日志规范对应的格式化对象.
NewLogger
NewLogger 创建新的日志对象.
#
Constants
SchemaGeneralLogsV1
LogsV1 运行日志.
SchemaHTTPRequestV1
HTTPRequestV1 请求日志.
#
Variables
MaxStackTrace
MaxStackTrace 记录的错误信息的调用栈最大深度.
#
Structs
LogsV1
LogsV1 logs.v1 日志输出内容.
LogsV1Formatter
LogsV1Formatter 日志格式化.
RequestData
RequestData 请求相关的参数.
#
Type aliases
Schema
Schema 日志规范.