util

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jun 16, 2026 License: MIT Imports: 4 Imported by: 0

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 provides structured logging capabilities

func NewLogger

func NewLogger(w io.Writer) *Logger

NewLogger creates a new logger instance

func (*Logger) Debug

func (l *Logger) Debug(format string, v ...any)

Debug logs a debug message

func (*Logger) Error

func (l *Logger) Error(format string, v ...any)

Error logs an error message

func (*Logger) Fatal

func (l *Logger) Fatal(format string, v ...any)

Fatal logs a fatal message and exits

func (*Logger) Info

func (l *Logger) Info(format string, v ...any)

Info logs an informational message

Jump to

Keyboard shortcuts

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