Categorygithub.com/corpix/loggers
modulepackage
0.0.0-20180423143303-3cba33c3680c
Repository: https://github.com/corpix/loggers.git
Documentation: pkg.go.dev

# README

loggers

Build Status

Simple logging interface and implementations for various loggers.

Supported log targets

  • logrus, wrapper for sirupsen/logrus which implements Logger
  • nsq, logs to Nsq with fallback to other Logger
  • prefixwrapper, wraps any Logger interface messages with prefix

# Packages

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

# Interfaces

Logger is a application level interface.