Versions in this module Expand all Collapse all v0 v0.0.2 Jun 3, 2021 v0.0.1 Nov 22, 2020 Changes in this version + type LogrusLogr struct + func Logrus() *LogrusLogr + func (log *LogrusLogr) Enabled() bool + func (log *LogrusLogr) Error(err error, msg string, keysAndValues ...interface{}) + func (log *LogrusLogr) Info(msg string, keysAndValues ...interface{}) + func (log *LogrusLogr) V(level int) logr.Logger + func (log *LogrusLogr) WithName(name string) logr.Logger + func (log *LogrusLogr) WithValues(keysAndValues ...interface{}) logr.Logger