Documentation ¶
Index ¶
- Variables
- type Log
- func (d *Log) Debug(message string, args ...any)
- func (d *Log) Default(message string, args ...any)
- func (d *Log) Error(message string, args ...any)
- func (d *Log) Fatal(message string, args ...any)
- func (d *Log) Info(message string, args ...any)
- func (d *Log) Prefix() string
- func (d *Log) Println(message string, args ...any)
- func (d *Log) Question(message string, args ...any)
- func (d *Log) Secondary(message string, args ...any)
- func (d *Log) SetPrefix(prefix string)
- func (d *Log) Success(message string, args ...any)
- func (d *Log) Warning(message string, args ...any)
Constants ¶
This section is empty.
Variables ¶
View Source
var DEBUG bool = false
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.