log

package
v0.15.2 Latest Latest
Warning

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

Go to latest
Published: Mar 10, 2026 License: BSD-3-Clause Imports: 0 Imported by: 0

Documentation

Overview

Package log using for logging SD event

Index

Constants

This section is empty.

Variables

View Source
var Logger struct {
	Debugf func(string, ...any)
	Infof  func(string, ...any)
	Errorf func(string, ...any)
	Debug  func(msg string)
}

Logger struct, defines user log functions

Functions

func Debug

func Debug(msg string)

Debug prints message with DEBUG severity

func Debugf

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

Debugf prints formatted message with DEBUG severity

func Errorf

func Errorf(str string, v ...any)

Errorf prints formatted message with ERROR severity

func Infof

func Infof(str string, v ...any)

Infof prints formatted message with INFO severity

Types

This section is empty.

Jump to

Keyboard shortcuts

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