logger

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Mar 1, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Debug

func Debug(args ...interface{})

Debug logs a message at DebugLevel. The message includes any fields passed.

func Debugf

func Debugf(template string, args ...interface{})

Debugf formats and logs a message at DebugLevel.

func Error

func Error(args ...interface{})

Error logs a message at ErrorLevel. The message includes any fields passed.

func Errorf

func Errorf(template string, args ...interface{})

Errorf formats and logs a message at ErrorLevel.

func Info

func Info(args ...interface{})

Info logs a message at InfoLevel. The message includes any fields passed.

func Infof

func Infof(template string, args ...interface{})

Infof formats and logs a message at InfoLevel.

func Panic

func Panic(args ...interface{})

Panic logs a message at PanicLevel. The message includes any fields passed.

func Panicf

func Panicf(template string, args ...interface{})

Panicf formats and logs a message at PanicLevel.

func Warn

func Warn(args ...interface{})

Warn logs a message at WarnLevel. The message includes any fields passed.

func Warnf

func Warnf(template string, args ...interface{})

Warnf formats and logs a message at WarnLevel.

Types

This section is empty.

Jump to

Keyboard shortcuts

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