verbosity

package module
v0.0.0-...-d885c10 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 31, 2021 License: MIT Imports: 6 Imported by: 0

README

verbosity

logging library for go

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	CurrentVersion string
)

Functions

func Debug

func Debug(v ...interface{})

Debug message, shown when verbose mode is on. Always logged to file

func Error

func Error(v ...interface{})

Error message

func Fatal

func Fatal(v ...interface{})

Show error then exits

func GetLogs

func GetLogs() (out string, err error)

Return logs

func Info

func Info(v ...interface{})

Send message to user

func SetLogging

func SetLogging(active bool)

Enable log file saving

func SetupLog

func SetupLog(VerbosityActive bool, logPath string, version string)

Set verbosity level and log file

func Warning

func Warning(v ...interface{})

Show a warning

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL