log

package
v2.5.4 Latest Latest
Warning

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

Go to latest
Published: Nov 24, 2021 License: MIT Imports: 1 Imported by: 0

Documentation

Overview

Package log provides internal logging infrastructure

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Debug

func Debug(msg string)

Debug writes debug message message to the Logger instance

func Debugf

func Debugf(format string, v ...interface{})

Debugf writes formatted debug message to the Logger instance

func Error

func Error(msg string)

Error writes error message message to the Logger instance

func Errorf

func Errorf(format string, v ...interface{})

Errorf writes formatted error message to the Logger instance

func Info

func Info(msg string)

Info writes info message message to the Logger instance

func Infof

func Infof(format string, v ...interface{})

Infof writes formatted info message to the Logger instance

func Level

func Level() uint

Level retrieves current logging level form the Logger instance

func Warn

func Warn(msg string)

Warn writes warning message message to the Logger instance

func Warnf

func Warnf(format string, v ...interface{})

Warnf writes formatted warning message to the Logger instance

Types

This section is empty.

Jump to

Keyboard shortcuts

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