Logging

Learn about logging in Go.

We'll cover the following

log.Fatal and log.Panic

When logging with the Go log package, there’s a trap waiting for you in the log.Fatal and log.Panic functions.

Get hands-on with 1200+ tech skills courses.