json

package
v0.0.0-...-660a5ed Latest Latest
Warning

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

Go to latest
Published: Sep 23, 2022 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Decode

func Decode(b []byte) (*event.Event, error)

Types

type FmtJSON

type FmtJSON struct {
	SkipNewline bool
	Indent      bool
}

FmtJSON struct describes the different manipulations and processing that a JSON LogFormatter can apply to an event.Event

func (*FmtJSON) Format

func (f *FmtJSON) Format(log *event.Event) (buf []byte, err error)

Format method will take in a pointer to an event.Event; and returns a buffer and an error.

This method will process the input event.Event and marshal it according to this LogFormatter

Jump to

Keyboard shortcuts

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