log

package
v0.0.0-...-d63c67a Latest Latest
Warning

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

Go to latest
Published: Jun 27, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Debug = nullLogger

Debug calls Output to print to the standard logger if enabled.

View Source
var Fatal = log.Fatal

Fatal is equivalent to Print() followed by a call to os.Exit(1).

View Source
var Fatalf = log.Fatalf

Fatalf is equivalent to Printf() followed by a call to os.Exit(1).

View Source
var Printf = log.Printf

Printf calls Output to print to the standard logger.

View Source
var Println = log.Println

Println calls Output to print to the standard logger.

Functions

func EnableDebug

func EnableDebug(debug bool)

EnableDebug show/hides debug logs.

Types

This section is empty.

Jump to

Keyboard shortcuts

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