package
0.0.0-20241212173216-745cb4b42230
Repository: https://github.com/ibiscum/go-programming-cookbook-second-edition.git
Documentation: pkg.go.dev

# Functions

Debug exports the logs Debug connected to our global log.
Init sets up the logger intially if run multiple times, it returns an error.
SetLog sets the log.
UseLog demonstrates using our global log.
WithField exports the logs withfield connected to our global log.