logger

package
v0.0.78 Latest Latest
Warning

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

Go to latest
Published: Aug 3, 2026 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Debug

func Debug(msg string, fields ...any)

Debug logs a debug-level message

func Error

func Error(msg string, fields ...any)

Error logs an error-level message

func Fatal

func Fatal(msg string, fields ...any)

Fatal logs a fatal-level message and exits. Always writes to stderr so failures stay visible even when the logger output is redirected (e.g. admin TUI → /dev/null).

func Info

func Info(msg string, fields ...any)

Info logs an info-level message

func Init

func Init(level string, format string, output string) error

Init initializes the logger with the specified configuration

func Warn

func Warn(msg string, fields ...any)

Warn logs a warning-level message

func Writer

func Writer() io.Writer

Writer returns an io.Writer that writes to the logger at Info level. This is useful for integrating with Fiber's logger middleware.

Types

This section is empty.

Jump to

Keyboard shortcuts

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