Documentation ¶
Index ¶
- Constants
- type Controller
- func (c *Controller) Enabled() bool
- func (c *Controller) Error(err error, msg string, keysAndValues ...interface{})
- func (c *Controller) Info(msg string, keysAndValues ...interface{})
- func (c *Controller) V(level int) logr.InfoLogger
- func (c *Controller) WithName(name string) logr.Logger
- func (c *Controller) WithValues(keysAndValues ...interface{}) logr.Logger
- type Format
- type Handler
- type Logger
- type Options
Constants ¶
View Source
const ( JsonLogFormat = iota SyslogLogFormat )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶ added in v0.1.31
type Controller struct {
// contains filtered or unexported fields
}
func (*Controller) Enabled ¶ added in v0.1.31
func (c *Controller) Enabled() bool
func (*Controller) Error ¶ added in v0.1.31
func (c *Controller) Error(err error, msg string, keysAndValues ...interface{})
func (*Controller) Info ¶ added in v0.1.31
func (c *Controller) Info(msg string, keysAndValues ...interface{})
func (*Controller) V ¶ added in v0.1.31
func (c *Controller) V(level int) logr.InfoLogger
func (*Controller) WithName ¶ added in v0.1.31
func (c *Controller) WithName(name string) logr.Logger
func (*Controller) WithValues ¶ added in v0.1.31
func (c *Controller) WithValues(keysAndValues ...interface{}) logr.Logger
type Handler ¶
type Logger ¶
type Logger struct {
// contains filtered or unexported fields
}
func (*Logger) ControllerLogger ¶ added in v0.1.31
Click to show internal directories.
Click to hide internal directories.