Categorygithub.com/wrapp/wrapplog
modulepackage
0.0.0-20170912074126-0bcd0d7bd47f
Repository: https://github.com/wrapp/wrapplog.git
Documentation: pkg.go.dev

# README

wrapplog

Logrus formatter for producing logs in Wrapp standard format

Usage:

import(
    _ "github.com/wrapp/wrapplog"
    log "github.com/sirupsen/logrus"
)

After this, using logrus logging will use Wrapp standard logging according to WEP-007.

Licence: MIT