logext

package
v0.2.1 Latest Latest
Warning

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

Go to latest
Published: Jan 26, 2022 License: MIT Imports: 3 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 struct {
	// contains filtered or unexported fields
}

func New

func New(writer io.Writer) *Logger

func (*Logger) Debugf

func (l *Logger) Debugf(format string, args ...interface{}) (int, error)

func (*Logger) Errorf

func (l *Logger) Errorf(format string, args ...interface{}) (int, error)

func (*Logger) Fatalf

func (l *Logger) Fatalf(format string, args ...interface{}) (int, error)

func (*Logger) Infof

func (l *Logger) Infof(format string, args ...interface{}) (int, error)

func (*Logger) Warnf

func (l *Logger) Warnf(format string, args ...interface{}) (int, error)

func (*Logger) Write

func (l *Logger) Write(msg string) (int, error)

func (*Logger) Writef

func (l *Logger) Writef(format string, args ...interface{}) (int, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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