logs

package
v0.0.0-...-80b0eab Latest Latest
Warning

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

Go to latest
Published: Sep 19, 2022 License: MIT Imports: 1 Imported by: 0

Documentation

Overview

Package logs allows to configure application logging and create new loggers.

Logger created with NewLogger() should be preferred over global Logger. Use logrus.WithField() and logrus.WithFields() methods with "dash-case" keys for additional log parameters.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Configure

func Configure()

Configure configures global Logrus logger.

func NewLogger

func NewLogger(name string) *logrus.Entry

NewLogger creates new Logrus logger with given name.

Types

This section is empty.

Jump to

Keyboard shortcuts

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