package
0.1.1
Repository: https://github.com/clarkezone/boosted-go.git
Documentation: pkg.go.dev

# Functions

Debugf writes a debug-level log with a format.
Errorf writes a error-level log with a format.
Infof writes a info-level log with a format.
Init configures the logger for the package to use.
SetLevel sets the level of the main logger.
SetOutputFormat sets the output format.
Successf prints a message with the success symbol first, and the text in green.

# Constants

TTYFormat represents a tty logger.

# Variables

ErrorLevel is the json level for error.
InfoLevel is the json level for information.
WarningLevel is the json level for warning.

# Structs

TTYWriter writes into a tty terminal.

# Interfaces

ClarkezoneWriter implements the interface of the writers.