logging

package
v0.3.0-rc4 Latest Latest
Warning

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

Go to latest
Published: May 8, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LoggerFactory

type LoggerFactory interface {
	NewGenericLogger(name string) logr.Logger
	NewRepositoryLogger(repository *domain.GitRepository) logr.Logger
	NewPipelineLogger(name string) *PipelineLogger
	SetLogLevel(level int)
}

type PipelineLogger

type PipelineLogger struct {
	Logger logr.Logger
}

PipelineLogger is the implementation for the pipeline lib.

func (PipelineLogger) Accept

func (p PipelineLogger) Accept(step pipeline.Step)

Accept prints the scope to debug level.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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