package
0.0.0-20191130215049-1728948685a2
Repository: https://github.com/blockchain-abstraction-middleware/rest-api.git
Documentation: pkg.go.dev

# Functions

Debug logs the provided args at the [DEBUG] level.
Error logs the args at the [ERROR] level.
Fatal logs the provided args at the [FATAL] level and calls os.Exit(1).
Info logs the provided args at the [INFO] level.
Trace logs the provided args at the [TRACE] level.
Warn logs the provided message at the [WARN] level.
WithError returns an Entry for chaining.
WithFields returns an Entry for chaining with Info, Debug, Trace, etc..

# Type aliases

Entry
Entry wrapper type Entry of logrus.Entry.
Fields alias type for logging key value pairs.