modulepackage
0.0.0-20200601175756-9e57764878d7
Repository: https://github.com/microgolang/logs.git
Documentation: pkg.go.dev
# Functions
Debug function logs a debug message.
ErrorCrash function logs an error.
ErrorCrash function is fired upon a crash and logs us where the crash occurs.
Info function logs an info message.
Pretty function disasemble a variable and display it's struct and values.
Route function gives us the current route used, with the number of currentgoroutines and the IP of the caller.
Success function logs a success message.
Warning function logs a warning message.
Webook function is fired when using a webhook (for Facebook for instance) andgives us the name of this webhook, the field, item and verb used.