Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // If no logs should be outputted Quiet = false // If all logs should be outputted Debug = false )
Functions ¶
func Fatal ¶
func Fatal(err CtxErr)
Log a given error fatally to the console At the moment this function is a simple wrapper around the lumber module but exists for easy switching to other log formats
func Info ¶
func Info(ctx ...interface{})
Log some info to the console At the moment this function is a simple wrapper around the lumber module but exists for easy switching to other log formats
Types ¶
Click to show internal directories.
Click to hide internal directories.