syslog

package
v1.2.1 Latest Latest
Warning

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

Go to latest
Published: May 10, 2025 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Overview

Package syslog provides simplified logging utilities for tracking the execution flow of the go-spring framework. It is designed to offer a more convenient interface than the standard library's slog package, whose Info, Warn, and related methods can be cumbersome to use. Logs produced by this package are typically output to the console.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Debugf

func Debugf(format string, a ...any)

Debugf logs a debug-level message using slog.

func Errorf

func Errorf(format string, a ...any)

Errorf logs an error-level message using slog.

func Infof

func Infof(format string, a ...any)

Infof logs an info-level message using slog.

func Warnf

func Warnf(format string, a ...any)

Warnf logs a warning-level message using slog.

Types

This section is empty.

Jump to

Keyboard shortcuts

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