log

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Sep 9, 2022 License: Apache-2.0 Imports: 7 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewYogoTestingLog

func NewYogoTestingLog(params ...interface{}) (interface{}, error)

NewYogoTestingLog 测试日志,直接打印到控制台

Types

type YogoLogServiceProvider

type YogoLogServiceProvider struct {
	framework.ServiceProvider

	Driver string // Driver

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

YogoLogServiceProvider 服务提供者

func (*YogoLogServiceProvider) Boot

Boot 启动的时候注入

func (*YogoLogServiceProvider) IsDefer

func (l *YogoLogServiceProvider) IsDefer() bool

IsDefer 是否延迟加载

func (*YogoLogServiceProvider) Name

func (l *YogoLogServiceProvider) Name() string

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

func (*YogoLogServiceProvider) Params

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

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

func (*YogoLogServiceProvider) Register

Register 注册一个服务实例

type YogoTestingLog

type YogoTestingLog struct {
}

YogoTestingLog 是 Env 的具体实现

type YogoTestingLogProvider

type YogoTestingLogProvider struct {
}

func (*YogoTestingLogProvider) Boot

func (provider *YogoTestingLogProvider) Boot(c framework.Container) error

Boot will called when the service instantiate

func (*YogoTestingLogProvider) IsDefer

func (provider *YogoTestingLogProvider) IsDefer() bool

IsDefer define whether the service instantiate when first make or register

func (*YogoTestingLogProvider) Name

func (provider *YogoTestingLogProvider) Name() string

/ Name define the name for this service

func (*YogoTestingLogProvider) Params

func (provider *YogoTestingLogProvider) Params(c framework.Container) []interface{}

Params define the necessary params for NewInstance

func (*YogoTestingLogProvider) Register

Register registe a new function for make a service instance

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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