package
0.0.0-20241001120344-791233ab31d1
Repository: https://github.com/wearemojo/mojo-public-go.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

Debug is to help with tracing the system's behavior e.g.
Error represents an issue which requires prompt and individual action from an engineer to resolve e.g.
Info is for informational messages which are not errors e.g.
Warn covers issues which were handled and do not require specific action from an engineer, but which should be fixed at some point Only use this for issues that can safely keep occurring indefinitely without serious consequences e.g.