log

package
v0.0.62 Latest Latest
Warning

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

Go to latest
Published: Jun 7, 2023 License: Apache-2.0, NCSA Imports: 1 Imported by: 79

Documentation

Overview

Package log provides semantic log functions.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Error

func Error(args ...any)

Error logs to the warning log.

func Errorf

func Errorf(msg string, args ...any)

Errorf logs to the error log.

func Fatal

func Fatal(args ...any)

Fatal logs to the error log and panics.

func Fatalf

func Fatalf(msg string, args ...any)

Fatalf logs to the error log and panics.

func Fatalln

func Fatalln(args ...any)

Fatalln logs to the error log and panics.

func Info

func Info(args ...any)

Info logs to the informational log.

func Infof

func Infof(msg string, args ...any)

Infof logs to the informational log.

func Warning

func Warning(args ...any)

Warning logs to the warning log.

func Warningf

func Warningf(msg string, args ...any)

Warningf logs to the warning log.

Types

This section is empty.

Jump to

Keyboard shortcuts

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