Versions in this module Expand all Collapse all v0 v0.1.0 Jun 9, 2016 Changes in this version + func New() *logrus.Logger + type Log struct + Logger *logrus.Logger + func (l *Log) Debug(args ...interface{}) + func (l *Log) Debugf(format string, args ...interface{}) + func (l *Log) Error(args ...interface{}) + func (l *Log) Errorf(format string, args ...interface{}) + func (l *Log) Fatal(args ...interface{}) + func (l *Log) Fatalf(format string, args ...interface{}) + func (l *Log) Info(args ...interface{}) + func (l *Log) Infof(format string, args ...interface{}) + func (l *Log) SetDebugLevel()