i_logger

package
v0.0.5 Latest Latest
Warning

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

Go to latest
Published: Jul 29, 2024 License: BSD-3-Clause Imports: 0 Imported by: 75

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ILogger added in v0.0.4

type ILogger interface {
	Close()
	IsDev() bool
	IsDebug() bool
	FormatOutput(args ...interface{}) string
	Sdump(args ...interface{}) string

	Debug(args ...interface{})
	DebugF(format string, args ...interface{})
	DebugFRaw(format string, args ...interface{})

	Info(args ...interface{})
	InfoF(format string, args ...interface{})
	InfoFRaw(format string, args ...interface{})
	InfoDump(args ...interface{})

	Warn(args ...interface{})
	WarnF(format string, args ...interface{})
	WarnFRaw(format string, args ...interface{})

	Error(args ...interface{})
	ErrorF(format string, args ...interface{})
	ErrorFRaw(format string, args ...interface{})
}

Jump to

Keyboard shortcuts

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