loggers

package
v0.0.0-...-26b8db2 Latest Latest
Warning

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

Go to latest
Published: Sep 6, 2020 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func InitializeLoggers

func InitializeLoggers()

InitializeLoggers : Initialize all loggers

Types

type Logger

type Logger interface {
	Warn(...interface{})
	Error(...interface{})
	Info(...interface{})
	Fatal(...interface{})
}

Logger representation

func Debug

func Debug() Logger

Debug returns debug logger

func Default

func Default() Logger

Default returns default logger

func GetLoggerEntry

func GetLoggerEntry(fields map[string]interface{}) Logger

GetLoggerEntry :

Jump to

Keyboard shortcuts

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