json

package
v0.6.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

View Source
const (
	// LogTypeDefault is the default log type
	LogTypeDefault = logtypes.LogTypeDefault
	// LogTypePII is the PII log type
	LogTypePII = logtypes.LogTypePII
)

Variables

This section is empty.

Functions

This section is empty.

Types

type JSONLogGenerator

type JSONLogGenerator struct {
	// contains filtered or unexported fields
}

JSONLogGenerator generates JSON log data with configurable workers

func New

func New(logger *zap.Logger, workers int, rate time.Duration, logType string) (*JSONLogGenerator, error)

New creates a new JSON log generator

func (*JSONLogGenerator) Start

func (g *JSONLogGenerator) Start(writer output.Writer) error

Start starts the JSON log generator and writes data using the provided generator writer.

func (*JSONLogGenerator) Stop

func (g *JSONLogGenerator) Stop(ctx context.Context) error

Stop stops the JSON log generator. This function expects to be called exactly once.

Jump to

Keyboard shortcuts

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