format

package
v0.73.0-beta2025020601 Latest Latest
Warning

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

Go to latest
Published: Feb 6, 2025 License: MIT Imports: 9 Imported by: 4

Documentation

Overview

Package format implements a custom format logs

Index

Constants

View Source
const (
	BareFormatName     = "bare"
	PrettyFormatName   = "pretty"
	JSONFormatName     = "json"
	KeyValueFormatName = "key-value"
)

Variables

This section is empty.

Functions

func NewBareFormatPlaceholders

func NewBareFormatPlaceholders() Placeholders

func NewJSONFormatPlaceholders

func NewJSONFormatPlaceholders() Placeholders

func NewKeyValueFormatPlaceholders

func NewKeyValueFormatPlaceholders() Placeholders

func NewPrettyFormatPlaceholders

func NewPrettyFormatPlaceholders() Placeholders

func ParseFormat added in v0.68.15

func ParseFormat(str string) (Placeholders, error)

Types

type Formatter

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

func NewFormatter

func NewFormatter(phs placeholders.Placeholders) *Formatter

NewFormatter returns a new Formatter instance with default values.

func (*Formatter) DisableRelativePaths added in v0.68.15

func (formatter *Formatter) DisableRelativePaths()

DisableRelativePaths disables the conversion of absolute paths to relative ones.

func (*Formatter) DisabledColors

func (formatter *Formatter) DisabledColors() bool

DisabledColors returns true if log colors are disabled.

func (*Formatter) DisabledOutput

func (formatter *Formatter) DisabledOutput() bool

DisabledOutput returns true if log output is disabled.

func (*Formatter) Format

func (formatter *Formatter) Format(entry *log.Entry) ([]byte, error)

Format implements logrus.Format.

func (*Formatter) SetBaseDir added in v0.68.15

func (formatter *Formatter) SetBaseDir(baseDir string) error

SetBaseDir creates a set of relative paths that are used to convert full paths to relative ones.

func (*Formatter) SetCustomFormat

func (formatter *Formatter) SetCustomFormat(str string) error

SetCustomFormat parses and sets custom log format.

func (*Formatter) SetDisabledColors

func (formatter *Formatter) SetDisabledColors(val bool)

SetDisabledColors enables/disables log colors.

func (*Formatter) SetDisabledOutput

func (formatter *Formatter) SetDisabledOutput(val bool)

SetDisabledOutput enables/disables log output.

func (*Formatter) SetFormat added in v0.68.15

func (formatter *Formatter) SetFormat(str string) error

SetFormat parses and sets log format.

Directories

Path Synopsis
Package options represents a set of placeholders options.
Package options represents a set of placeholders options.
Package placeholders represents a set of placeholders for formatting various log values.
Package placeholders represents a set of placeholders for formatting various log values.

Jump to

Keyboard shortcuts

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