Versions in this module Expand all Collapse all v0 v0.1.0 Oct 5, 2025 Changes in this version + type Console struct + IsDebug bool + func NewConsole(out, err io.Writer) *Console + func (c *Console) Debug(message string) + func (c *Console) Debugf(format string, a ...interface{}) + func (c *Console) Error(message string) + func (c *Console) Errorf(format string, a ...interface{}) + func (c *Console) Info(message string) + func (c *Console) Infof(format string, a ...interface{}) + func (c *Console) Warning(message string) + func (c *Console) Warningf(format string, a ...interface{})