Versions in this module Expand all Collapse all v0 v0.2.0 Jul 27, 2016 v0.1.0 Jun 7, 2016 Changes in this version + type Levels struct + func New(logger log.Logger, options ...Option) Levels + func (l Levels) Crit() log.Logger + func (l Levels) Debug() log.Logger + func (l Levels) Error() log.Logger + func (l Levels) Info() log.Logger + func (l Levels) Warn() log.Logger + func (l Levels) With(keyvals ...interface{}) Levels + type Option func(*Levels) + func CritValue(value string) Option + func DebugValue(value string) Option + func ErrorValue(value string) Option + func InfoValue(value string) Option + func Key(key string) Option + func WarnValue(value string) Option