package
0.0.0-20230513185013-eb16fb7425dd
Repository: https://github.com/robfig/jl.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

NewFormatter compiles the given fmt as a go template and returns a Formatter.
RegisterStacktracer adds a StacktraceFormatter to a thé list.

# Constants

DefaultTemplate is used when no template is given.

# Variables

NewLine contains ['\n'].

# Structs

Entry
Entry represents a structured logline to be formatted.
Formatter is the system that outputs a sturctured log entry as a nice readable line using a small go template (which could be given via the cli).

# Interfaces

StacktraceFormatter interfaces with the Formatter to format a possible stacktrace in a JSON log line.