Documentation
¶
Index ¶
- Constants
- Variables
- func Cached(nesting uint, format string, args ...any)
- func Debug(nesting uint, format string, args ...any)
- func Done(nesting uint, format string, args ...any)
- func Error(nesting uint, format string, args ...any)
- func Info(nesting uint, format string, args ...any)
- func Warn(nesting uint, format string, args ...any)
Constants ¶
View Source
const ( LEVEL_ERROR = iota LEVEL_DONE LEVEL_WARN LEVEL_INFO LEVEL_CACHE LEVEL_DEBUG )
Variables ¶
View Source
var IsTerminal = true
View Source
var LogLevel = LEVEL_CACHE
View Source
var Output io.Writer = os.Stdout
View Source
var UseColors = true
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.