interfaces

package
v1.0.1006 Latest Latest
Warning

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

Go to latest
Published: Apr 27, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Driver

type Driver interface {
	// 自定义数据
	WithField(string, any) any

	// 自定义数据
	WithFields(map[string]any) any

	Trace(...any)

	Debug(...any)

	Info(...any)

	Warn(...any)

	Warning(...any)

	Error(...any)

	Fatal(...any)

	Panic(...any)

	Tracef(string, ...any)

	Debugf(string, ...any)

	Infof(string, ...any)

	Warnf(string, ...any)

	Warningf(string, ...any)

	Errorf(string, ...any)

	Fatalf(string, ...any)

	Panicf(string, ...any)
}

*

  • 日志驱动接口 *
  • @create 2021-11-3
  • @author deatil

Jump to

Keyboard shortcuts

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