package
Version:
v0.4.1
Opens a new window with list of versions in this module.
Published: Oct 24, 2025
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package logger provides simple logging utilities with debug mode support
func Debug(format string, args ...interface{})
Debug prints debug messages only when verbose mode is enabled
func Error(format string, args ...interface{})
Error prints error messages
func Info(format string, args ...interface{})
Info prints informational messages
IsVerbose returns true if verbose logging is enabled
SetVerbose enables or disables verbose logging
func Success(format string, args ...interface{})
Success prints success messages with checkmark
func Warn(format string, args ...interface{})
Warn prints warning messages
Source Files
¶
Click to show internal directories.
Click to hide internal directories.