logger

package
v0.9.1 Latest Latest
Warning

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

Go to latest
Published: Mar 4, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Logger

type Logger interface {
	// InitLogger created logger instance
	InitLogger()
	// Debug represents a debug log
	Debug(args ...interface{})
	// Info represents a debug log
	Info(args ...interface{})
	// Error represents a debug log
	Error(args ...interface{})
	// Fatal represents a debug log
	Fatal(args ...interface{})
}

Logger is an interface of log application

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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