modulepackage
1.0.2
Repository: https://github.com/huskyhacks/logformatter.git
Documentation: pkg.go.dev
# README
logformatter
logformatter
# Functions
Log prints a formatted log message with color and glyph based on the log type.
# Constants
Error log type.
Error, no color.
Info log type.
Info, no color.
Success log type.
Success, no color.
Warning log type.
Warning, no color.
# Type aliases
LogType represents the type of log message.