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

# Functions

FromContext takes an entry and a context then returns an entry populated from the context object.
Initialize calls three functions to set up, then logs before terminating.
WithField adds a log field to the context.
WithFields adds many log fields to the context.