kloghelper

package
v0.0.10 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 27, 2019 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Klog

type Klog struct {
	ErrorLevel       klog.Level
	WarningLevel     klog.Level
	InformationLevel klog.Level
	VerboseLevel     klog.Level
	DebugLevel       klog.Level
}

Klog a type that can be used to log messages to klog

func (Klog) Debug

func (log Klog) Debug(arg string)

func (Klog) Debugln

func (log Klog) Debugln(arg string)

func (Klog) Error

func (log Klog) Error(arg string)

func (Klog) Errorln

func (log Klog) Errorln(arg string)

func (Klog) Information

func (log Klog) Information(arg string)

func (Klog) Informationln

func (log Klog) Informationln(arg string)

func (Klog) Verbose

func (log Klog) Verbose(arg string)

func (Klog) Verboseln

func (log Klog) Verboseln(arg string)

func (Klog) Warning

func (log Klog) Warning(arg string)

func (Klog) Warningln

func (log Klog) Warningln(arg string)

func (Klog) Write

func (log Klog) Write(arg string)

func (Klog) Writeln

func (log Klog) Writeln(arg string)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL