logger

package
v0.4.1 Latest Latest
Warning

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

Go to latest
Published: Oct 24, 2025 License: MIT Imports: 2 Imported by: 0

Documentation

Overview

Package logger provides simple logging utilities with debug mode support

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Debug

func Debug(format string, args ...interface{})

Debug prints debug messages only when verbose mode is enabled

func Error

func Error(format string, args ...interface{})

Error prints error messages

func Info

func Info(format string, args ...interface{})

Info prints informational messages

func IsVerbose

func IsVerbose() bool

IsVerbose returns true if verbose logging is enabled

func SetVerbose

func SetVerbose(v bool)

SetVerbose enables or disables verbose logging

func Success

func Success(format string, args ...interface{})

Success prints success messages with checkmark

func Warn

func Warn(format string, args ...interface{})

Warn prints warning messages

Types

This section is empty.

Jump to

Keyboard shortcuts

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