modulepackage
0.0.0-20200117210902-d7899d9a8e11
Repository: https://github.com/button-tech/logger.git
Documentation: pkg.go.dev
# README
BUTTON LOGGER
Usage:
env DSN - sentry token
func init() {
if err := logger.InitLogger(os.Getenv("DSN")); err != nil {
log.Fatal(err)
}
}
Log some info(not error) to sentry:
logger.SendMessage("Successfully updated!")
Log some info to stdout:
logger.Info("Successfully updated!")
Log errors:
logger.Error("GetBalance", err.Error(), logger.Params{
"currency": "ETH",
...
})
Thanks for the core of the logger to the TRUST WALLET team !!!
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author