console

package
v0.4.9 Latest Latest
Warning

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

Go to latest
Published: Apr 12, 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 {
	PrintInfo    bool
	PrintWarning bool
	PrintError   bool
}

func NewConsole added in v0.4.9

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

func (*Log) Error added in v0.4.9

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

Error 打印ERROR等级的日志

func (*Log) Info added in v0.4.9

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

Info 打印INFO等级的日志

func (*Log) Warning added in v0.4.9

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

Warning 打印WARNING等级的日志

Jump to

Keyboard shortcuts

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