package
3.0.0-rc.3+incompatible
Repository: https://github.com/vitessio/vitess.git
Documentation: pkg.go.dev
# Variables
Error formats arguments like fmt.Print.
ErrorDepth formats arguments like fmt.Print and uses depth to choose which call frame to log.
Errorf formats arguments like fmt.Printf.
Exit formats arguments like fmt.Print.
ExitDepth formats arguments like fmt.Print and uses depth to choose which call frame to log.
Exitf formats arguments like fmt.Printf.
Fatal formats arguments like fmt.Print.
FatalDepth formats arguments like fmt.Print and uses depth to choose which call frame to log.
Fatalf formats arguments like fmt.Printf.
Flush ensures any pending I/O is written.
Info formats arguments like fmt.Print.
InfoDepth formats arguments like fmt.Print and uses depth to choose which call frame to log.
Infof formats arguments like fmt.Printf.
V quickly checks if the logging verbosity meets a threshold.
Warning formats arguments like fmt.Print.
WarningDepth formats arguments like fmt.Print and uses depth to choose which call frame to log.
Warningf formats arguments like fmt.Printf.
# Type aliases
Level is used with V() to test log verbosity.