modulepackage
0.0.0-20180423143303-3cba33c3680c
Repository: https://github.com/corpix/loggers.git
Documentation: pkg.go.dev
# README
loggers
Simple logging interface and implementations for various loggers.
Supported log targets
logrus
, wrapper for sirupsen/logrus which implementsLogger
nsq
, logs to Nsq with fallback to otherLogger
prefixwrapper
, wraps anyLogger
interface messages with prefix
# Interfaces
Logger is a application level interface.