package
0.0.0-20241005021200-33bf88e90aa4
Repository: https://github.com/unstoppablego/framework.git
Documentation: pkg.go.dev

# Functions

Debug logs a message at level Debug on the standard logger.
Error logs a message at level Error on the standard logger.
Fatal logs a message at level Fatal on the standard logger then the process will exit with status set to 1.
Info logs a message at level Info on the standard logger.
Panic logs a message at level Panic on the standard logger.
Print logs a message at level Info on the standard logger.
No description provided by the author
No description provided by the author
Warn logs a message at level Warn on the standard logger.
Warning logs a message at level Warn on the standard logger.

# Structs

No description provided by the author

# Interfaces

No description provided by the author