Versions in this module Expand all Collapse all v1 v1.0.0 Oct 13, 2018 Changes in this version + func Error(i ...interface{}) + func Errorf(s string, i ...interface{}) + func IsDev() bool + func IsHardcore() bool + func Log(i ...interface{}) + func Logf(s string, i ...interface{}) + type Logger struct + func New(prefix string) *Logger + func (l *Logger) Error(i ...interface{}) + func (l *Logger) Errorf(s string, i ...interface{}) + func (l *Logger) Log(i ...interface{}) + func (l *Logger) Logf(s string, i ...interface{})