package
Version:
v0.64.0
Opens a new window with list of versions in this module.
Published: Apr 8, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 5
Opens a new window with list of known importers.
Documentation
¶
DieIf outputs log and exit(1) if `err` occurs.
ErrorIf outputs log if `err` occurs.
func Log(prefix, message string)
Log outputs `message` with `prefix` by go-colorine
func Logf(prefix, message string, args ...any)
Logf outputs `message` with `prefix` by go-colorine
SetQuiet enables or disables quiet mode on the default logger.
Logger is wrapped go-colorine logger for mkr
New is constructor for new colorine logger
Error outputs log given non-nil `err`
Log outputs `message` with `prefix` by go-colorine
Logf outputs `message` with `prefix` by go-colorine
SetQuiet enables or disables quiet mode.
In quiet mode, info-level log messages are suppressed.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.