Documentation
¶
Index ¶
Constants ¶
View Source
const ( INFO = "INFO" // Default STACK = "STACK" // Stack Trace MEM = "MEM" // Memory Stats GC = "GC" // GC Stats BUILD = "BUILD" // Build Info ALL = "ALL" // All Stats )
DebugOptions is a type for debug options
Variables ¶
This section is empty.
Functions ¶
func PrintDebug ¶
func PrintDebug(message string, options DebugOptions) error
Legacy Version PrintDebug prints debug information
func PrintDebugWithLog ¶ added in v0.1.12
func PrintDebugWithLog(message string, options DebugOptions, logger logr.Logger) error
PrintDebug prints debug information
Types ¶
type DebugOptions ¶
Click to show internal directories.
Click to hide internal directories.