Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Debug ¶
func Debug(v ...interface{})
Debug can be used everywhere, this should be your goto log level, its for things you want to see while developing, but you don't really care about once things start working
func Error ¶
func Error(v ...interface{})
Error prints things out at the highest priority, only things going horribly wrong that will lead to crashes should use this
func Info ¶
func Info(v ...interface{})
Info is for important information, it should be used sparingly, like for saying server shutdown, or sql database reset
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.