package
Version:
v1.8.1
Opens a new window with list of versions in this module.
Published: Oct 5, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func NewLogger(level LogLevel) logr.Logger
func NewLoggerTo(destWriter io.Writer, level LogLevel) logr.Logger
func NewLoggerWithRotation(level LogLevel, outputPath string, maxSize int, maxBackups int, maxAge int) logr.Logger
const (
OffLevel LogLevel = iota
InfoLevel
DebugLevel
)
func ParseLogLevel(text string) (LogLevel, error)
func (l LogLevel) String() string
Source Files
¶
Click to show internal directories.
Click to hide internal directories.