package
Version:
v0.5.0
Opens a new window with list of versions in this module.
Published: Apr 3, 2019
License: Unlicense
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func Error(msg interface{}, v ...interface{})
Error Notifications for colourer recoverable error
e.g. Logging colourer missing resource (material, model)
func Notice(msg interface{}, v ...interface{})
Notice Notification for info that isn't related to any issue.
e.g. Logging number of loaded entities
func Panic(msg interface{})
Panic error, should close the application
SetWriter exposes the ability to change
where logs are written to by replacing the final print function
with colourer custom implementation
func Warn(msg interface{}, v ...interface{})
Warn Notifications for an unintended, but planned for issue
e.g. Logging colourer prop that uses colourer non-existent collision model
Source Files
¶
Click to show internal directories.
Click to hide internal directories.