Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Formatter ¶
type Formatter struct{}
Formatter 格式化工具.
type Plugin ¶
type Plugin struct {
// contains filtered or unexported fields
}
Plugin 终端插件, 以同步模式在终端输出日志.
func (*Plugin) GetFormatter ¶
func (o *Plugin) GetFormatter() (formatter common.LoggerFormatter)
GetFormatter 读取格式化工具.
func (*Plugin) SetFormatter ¶
func (o *Plugin) SetFormatter(formatter common.LoggerFormatter)
SetFormatter 设置格式化工具.
Click to show internal directories.
Click to hide internal directories.