logs

package
v0.16.1 Latest Latest
Warning

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

Go to latest
Published: Aug 7, 2020 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ResourceNameKey      = "resource_name"
	ResourceNamespaceKey = "resource_namespace"
	ResourceKindKey      = "resource_kind"

	RelatedResourceNameKey      = "related_resource_name"
	RelatedResourceNamespaceKey = "related_resource_namespace"
	RelatedResourceKindKey      = "related_resource_kind"
)

Variables

View Source
var (
	Log = klogr.New().WithName("cert-manager")

	ErrorLevel = 0
	WarnLevel  = 1
	InfoLevel  = 2
	DebugLevel = 3
)

Functions

func FlushLogs

func FlushLogs()

FlushLogs flushes logs immediately.

func FromContext added in v0.8.0

func FromContext(ctx context.Context, names ...string) logr.Logger

func InitLogs

func InitLogs(fs *flag.FlagSet)

InitLogs initializes logs the way we want for kubernetes.

func NewContext added in v0.8.0

func NewContext(ctx context.Context, l logr.Logger, names ...string) context.Context

func WithRelatedResource added in v0.8.0

func WithRelatedResource(l logr.Logger, obj metav1.Object) logr.Logger

func WithRelatedResourceName added in v0.8.0

func WithRelatedResourceName(l logr.Logger, name, namespace, kind string) logr.Logger

func WithResource added in v0.8.0

func WithResource(l logr.Logger, obj metav1.Object) logr.Logger

Types

type GlogWriter

type GlogWriter struct{}

GlogWriter serves as a bridge between the standard log package and the glog package.

func (GlogWriter) Write

func (writer GlogWriter) Write(data []byte) (n int, err error)

Write implements the io.Writer interface.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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