# README
log
log
provides a version-independent wrapper around slog
from standard Go library, where the latter is version dependent to Go version (located at "golang.org/x/exp/slog" for older Go versions before Go 1.21).
# Functions
No description provided by the author
DefaultLogger returns the current default logger.
No description provided by the author
GetLogger returns a pointer to the logger used by the package.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
SetDefaultHandler specifies the handler to be used by the package.
SetLogger specifies the logger to be used by the package.
No description provided by the author
# Type aliases
No description provided by the author
Logger is an alias for slog.Logger.
No description provided by the author