logger

package
v0.0.0-...-e560ebb Latest Latest
Warning

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

Go to latest
Published: Jul 13, 2021 License: BSD-3-Clause Imports: 0 Imported by: 0

Documentation

Overview

Package logger provides an abstract representation of logging interfaces used by recovery lib.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Logger

type Logger interface {
	// Debug log message at Debug level.
	Debug(format string, args ...interface{})
	// Info is like Debug, but logs at Info level.
	Info(format string, args ...interface{})
	// Warning is like Debug, but logs at Warning level.
	Warning(format string, args ...interface{})
	// Error is like Debug, but logs at Error level.
	Error(format string, args ...interface{})
}

Logger represents a simple interface for logging data.

Jump to

Keyboard shortcuts

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