Versions in this module Expand all Collapse all v0 v0.9.13 Jan 30, 2026 v0.9.12 Jan 28, 2026 Changes in this version + func Close() error + func Debug(format string, args ...interface{}) + func Error(format string, args ...interface{}) + func Info(format string, args ...interface{}) + func Init(level Level, logFile string, noColor bool) error + func IsDebugEnabled() bool + func SetLevel(level Level) + func Warn(format string, args ...interface{}) + func WrapError(err error, operation, vdbType, endpoint string) error + func WrapErrorWithContext(err error, operation, vdbType, endpoint string, context map[string]interface{}) error + type ContextError struct + Context map[string]interface{} + Endpoint string + Err error + Operation string + VDBType string + func (e *ContextError) Error() string + func (e *ContextError) Unwrap() error + type Level int + const LevelDebug + const LevelError + const LevelInfo + const LevelWarn + func GetLevel() Level + func ParseLevel(level string) (Level, error) + func (l Level) String() string + type Logger struct