logging

package
v0.0.0-...-de70ca6 Latest Latest
Warning

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

Go to latest
Published: Jan 18, 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 struct {
	Level int
}

Logger logs stuff

func (*Logger) Debug

func (l *Logger) Debug(message string, args ...interface{})

Debug outputs a log at level ERROR

func (*Logger) Error

func (l *Logger) Error(message string, args ...interface{})

Error outputs a log at level ERROR

func (*Logger) Info

func (l *Logger) Info(message string, args ...interface{})

Info outputs a log at level ERROR

func (*Logger) Warn

func (l *Logger) Warn(message string, args ...interface{})

Warn outputs a log at level ERROR

Jump to

Keyboard shortcuts

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