Categorygithub.com/Zbyteio/zlogger-lib
modulepackage
0.2.3
Repository: https://github.com/zbyteio/zlogger-lib.git
Documentation: pkg.go.dev

# README

zbyte-logger-lib

Default log levels

  • Error
  • Warn
  • Info
  • Debug

TODO

  • Add named logger for database and http requests.
  • Add custom log levels if required later

# Packages

No description provided by the author
No description provided by the author

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
NewZloggerForTest returns a new logger and the corresponding observed logs which can be used in unit tests to verify log entries.

# Structs

No description provided by the author

# Interfaces

Logger is a logger that supports log levels, context and structured logging.
No description provided by the author