Skip to content

v1.0.2

Choose a tag to compare

@HannahMarsh HannahMarsh released this 22 Aug 16:48
· 2 commits to main since this release
Update logging, add slog integration, and format function names.

This change integrates slog logging and adds function name formatting to the PrettyLogger. In `logrusAdapter.go`, it adds support for slog log records and integrates slogs logging functionality. It also implements a function name coloring mechanism using the `slog` package. In `prettyLogger.go`, it updates the `interfaceToString` function to properly display struct field values.