log

package
v1.7.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 17, 2026 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ConsoleLogHandler

type ConsoleLogHandler struct {
	// contains filtered or unexported fields
}

ConsoleLogHandler is a slog.Handler that formats log output to something inspired by Spring Boot's console logger

func NewConsoleLogHandler

func NewConsoleLogHandler(w io.Writer, opts *Options) *ConsoleLogHandler

NewConsoleLogHandler creates a new customLogHandle that writes to w.

func (*ConsoleLogHandler) Enabled

func (h *ConsoleLogHandler) Enabled(_ context.Context, level slog.Level) bool

func (*ConsoleLogHandler) Handle

func (*ConsoleLogHandler) WithAttrs

func (h *ConsoleLogHandler) WithAttrs(attrs []slog.Attr) slog.Handler

func (*ConsoleLogHandler) WithGroup

func (h *ConsoleLogHandler) WithGroup(name string) slog.Handler

type Options

type Options struct {
	// Level is the minimum log level to output.
	Level slog.Leveler

	// AddSource adds source file information to log output.
	AddSource bool
}

Options configure the customLogHandle.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL