console

package
v0.6.4 Latest Latest
Warning

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

Go to latest
Published: Apr 19, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Log added in v0.4.9

type Log struct {
	PrintDebug   bool
	PrintInfo    bool
	PrintWarning bool
	PrintError   bool
}

func NewConsole added in v0.4.9

func NewConsole(debug, info, warning, error bool) *Log

func (*Log) Debug added in v0.5.0

func (l *Log) Debug(format string, a ...any)

func (*Log) Error added in v0.4.9

func (l *Log) Error(format string, a ...any)

Error 打印ERROR等级的日志

func (*Log) Info added in v0.4.9

func (l *Log) Info(format string, a ...any)

Info 打印INFO等级的日志

func (*Log) Warning added in v0.4.9

func (l *Log) Warning(format string, a ...any)

Warning 打印WARNING等级的日志

Jump to

Keyboard shortcuts

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