v1.0.2
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.