log

Package log implements a simple logging package.

Index

Functions

func Printf

1func Printf(format string, v ...any)

Printf calls Output to print to the standard logger. Arguments are handled in the manner of fmt.Printf.

func Println

1func Println(v ...any)

Println calls Output to print to the standard logger. Arguments are handled in the manner of fmt.Println.


© Matthias Hochgatterer – MastodonGithubRésumé