log

package
v0.3.2 Latest Latest
Warning

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

Go to latest
Published: Aug 14, 2026 License: AGPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Error *log.Logger // Logger for logging errors
	Info  *log.Logger // Logger for logging important information
	Warn  *log.Logger // Logger for logging anomolies that could lead to undesired behavior down the line
)

Functions

func InitLog

func InitLog(errorWriter, infoWriter, warnWriter io.Writer)

InitLog: Initialize loggers Parameters:

errorWriter (io.Writer) - Writer to log errros to
infoWriter (io.Writer) - Writer to log info to
warnWriter (io.Writer) - Writer to log warnings to

Types

This section is empty.

Jump to

Keyboard shortcuts

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