package
2.0.1+incompatible
Repository: https://github.com/coder/slog.git
Documentation: pkg.go.dev

# Packages

Package assert is a helper package for test assertions.

# Functions

Debug logs the given msg and fields to t via t.Log at the debug level.
Error logs the given msg and fields to t via t.Error at the error level.
Fatal logs the given msg and fields to t via t.Fatal at the fatal level.
Info logs the given msg and fields to t via t.Log at the info level.
Make creates a logger that writes logs to tb in a human readable format.

# Structs

Options represents the options for the logger returned by Make.