Documentation
¶
Overview ¶
Package logger provides a simple logging utility for the golang-ecolabel-backend project. It defines two loggers: Info and Error, which log to stdout and stderr respectively.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Error *log.Logger
Error is a logger that logs error messages to stderr.
View Source
var Info *log.Logger
Info is a logger that logs informational messages to stdout.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.