Versions in this module Expand all Collapse all v1 v1.1.0 Jan 13, 2025 v1.0.1-pre Dec 1, 2024 v1.0.0 Oct 21, 2024 Changes in this version + func CreateLogger(out io.Writer, format LogFormat, level LogLevel) *slog.Logger + type LogFormat string + const JSON + const Text + type LogLevel string + const Debug + const Error + const Info + const Warn + func (l LogLevel) ToSLog() slog.Level