package
0.0.0-20211206092729-452fb1d05fa2
Repository: https://github.com/anxiang5763523/pulsar-function-bash.git
Documentation: pkg.go.dev

# Functions

Debug logs a message at level Debug on the wrapped logger.
Debugf logs a message at level Debug on the wrapped logger.
Error logs a message at level Error on the wrapped logger.
Errorf logs a message at level Error on the wrapped logger.
Fatal logs a message at level Fatal on the wrapped logger then the process will exit with status set to 1.
Fatalf logs a message at level Fatal on the wrapped logger then the process will exit with status set to 1.
Info logs a message at level Info on the wrapped logger.
Infof logs a message at level Info on the wrapped logger.
Warn logs a message at level Warn on the wrapped logger.
Warnf logs a message at level Warn on the wrapped logger.

# Variables

No description provided by the author

# Structs

textFormatter is for compatibility with ngaut/log.