log

package
v1.15.4 Latest Latest
Warning

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

Go to latest
Published: Mar 11, 2024 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ConfigAdd

func ConfigAdd(path string)

func Register

func Register(ctx context.Context, mux *c.Mux) (*chi.Config, error)

Register registers a new log with default options as a middleware to a new chi config.

Types

type Log

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

Log struct that represents a Log.

func NewLog

func NewLog() *Log

NewLog returns a Log with default options.

func NewLogWithConfigPath

func NewLogWithConfigPath(path string) (*Log, error)

NewLogWithOptions returns a Log with options from config path.

func NewLogWithOptions

func NewLogWithOptions(options *Options) *Log

NewLogWithOptions returns a Log with options.

func (*Log) Register

func (i *Log) Register(ctx context.Context, mux *c.Mux) (*chi.Config, error)

Register registers the log as a middleware to a new chi config.

type Options

type Options struct {
	Enabled bool
	Level   string
}

Options struct that represents a chi log options.

func NewOptions

func NewOptions() (*Options, error)

NewOptions returns options from config file or environment vars.

func NewOptionsWithPath

func NewOptionsWithPath(path string) (opts *Options, err error)

NewOptionsWithPath unmarshals a given key path into options and returns it.

Jump to

Keyboard shortcuts

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