Documentation
¶
Overview ¶
Package logging : Provides printing on the terminal using several colors.
Package logging contains utility functions to work with logs.
Index ¶
- func Blue(str string) string
- func Bold(str string) string
- func Green(str string) string
- func Orange(str string) string
- func Print(log string)
- func PrintDebug(log string)
- func Println(log string)
- func PrintlnDebug(log string)
- func PrintlnError(err interface{})
- func PrintlnVerbose(log string)
- func Red(str string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PrintlnVerbose ¶
func PrintlnVerbose(log string)
PrintlnVerbose : Print the log to the terminal if the configuration's "IsVerboseLogRequired" value is set to "true".
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.