modulepackage
0.0.0-20160803234806-69c3abb02af1
Repository: https://github.com/meshhq/meshlog.git
Documentation: pkg.go.dev
# README
MeshLog
MeshLog is another Golang logging helper.
Why another logging helper?
Because this one is better than the rest.
Where's the rest of the docs?
Coming soon...
# Functions
Debug is a convenience method appending a debug message to the logger.
Debugf is a convenience method appending a debug message to the logger.
Fatal is a convenience method appending a fatal message to the logger.
Fatalf is a convenience method appending a fatal message to the logger.
Info is a convenience method appending a info style message to the logger.
Infof is a convenience method appending a info style message to the logger.
Perror is Syntax Sugga for panicing on error.
Warn is a convenience method appending a warning message to the logger.
Warnf is a convenience method appending a warning message to the logger.
Write allows the logger to conform to io.Writer.
# Type aliases
LogLevel indicates the level of logging.