Documentation ¶ Index ¶ func Bind(app *cli.App, l *Logger) type Logger func Get(cCtx *cli.Context) *Logger func New(w io.Writer, isDebug bool, noColor bool) *Logger func (l *Logger) Printf(format string, a ...any) func (l *Logger) PrintfNoPrefix(format string, a ...any) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Bind ¶ func Bind(app *cli.App, l *Logger) Types ¶ type Logger ¶ type Logger struct { Writer io.Writer IsDebug bool NoColor bool } func Get ¶ func Get(cCtx *cli.Context) *Logger func New ¶ func New(w io.Writer, isDebug bool, noColor bool) *Logger func (*Logger) Printf ¶ func (l *Logger) Printf(format string, a ...any) func (*Logger) PrintfNoPrefix ¶ func (l *Logger) PrintfNoPrefix(format string, a ...any) Source Files ¶ View all Source files debuglogger.go Click to show internal directories. Click to hide internal directories.