package
0.0.0-20250307173044-634e8ce82c05
Repository: https://github.com/sapcc/go-bits.git
Documentation: pkg.go.dev

# Functions

Debug logs a debug message if debug logging is enabled.
Error logs a non-fatal error.
Fatal logs a fatal error and terminates the program.
Info logs an informational message.
Other logs a message with a custom log level.
SetLogger allows to define custom logger.

# Variables

ShowDebug can be set to true to enable the display of debug logs.