log

package
v0.0.0-...-8d54ad1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 2, 2023 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type WebgoLogServiceProvider

type WebgoLogServiceProvider struct {
	framework.ServiceProvider

	Driver string // Driver

	// 日志级别
	Level contract.LogLevel
	// 日志输出格式方法
	Formatter contract.Formatter
	// 日志context上下文信息获取函数
	CtxFielder contract.CtxFielder
	// 日志输出信息
	Output io.Writer
}

WebgoLogServiceProvider 服务提供者

func (*WebgoLogServiceProvider) Boot

Boot 启动的时候注入

func (*WebgoLogServiceProvider) IsDefer

func (l *WebgoLogServiceProvider) IsDefer() bool

IsDefer 是否延迟加载

func (*WebgoLogServiceProvider) Name

func (l *WebgoLogServiceProvider) Name() string

Name 定义对应的服务字符串凭证

func (*WebgoLogServiceProvider) Params

func (l *WebgoLogServiceProvider) Params(c framework.Container) []interface{}

Params 定义要传递给实例化方法的参数

func (*WebgoLogServiceProvider) Register

Register 注册一个服务实例

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL