logger

package
v0.13.0 Latest Latest
Warning

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

Go to latest
Published: May 6, 2024 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 Logger added in v0.11.0

type Logger interface {
	io.WriteCloser
	Cleanup() error
}

type LoggerFactory added in v0.13.0

type LoggerFactory interface {
	CreateWorkspaceLogger(workspaceId string) Logger
	CreateProjectLogger(workspaceId, projectName string) Logger
	CreateWorkspaceLogReader(workspaceId string) (io.Reader, error)
	CreateProjectLogReader(workspaceId, projectName string) (io.Reader, error)
}

func NewLoggerFactory added in v0.13.0

func NewLoggerFactory(logsDir string) LoggerFactory

Jump to

Keyboard shortcuts

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