Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger struct {
// contains filtered or unexported fields
}
Logger wraps a slog.Logger to provide a streamlined API and consistent behavior for the Perseus application.
func New ¶
New initializes and returns a new Logger using [level] to dynamically determine the active verbosity level.
func (*Logger) Debug ¶
Debug logs a message at DEBUG level with the specified message and attributes.
Click to show internal directories.
Click to hide internal directories.