json

package
v0.14.0 Latest Latest
Warning

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

Go to latest
Published: May 14, 2026 License: Apache-2.0 Imports: 14 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) SetCountTracker added in v0.13.0

func (g *JSONLogGenerator) SetCountTracker(t *count.Tracker)

SetCountTracker sets the finite generation count tracker.

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