Categorygithub.com/ovsinc/multilog
modulepackage
1.0.6
Repository: https://github.com/ovsinc/multilog.git
Documentation: pkg.go.dev

# README

multilog

codecov Go Report Card Go Reference license

Package multilog is a simple logging wrapper for common logging applications. The following loggers are supported:

It is possible to combine supported loggers in a chain.

# Packages

Package chain implements a logging chain.
No description provided by the author
No description provided by the author
Package golog implements the standard golang logger.
Package journal implements the journal logger.
Package log15 implements the log15 logger.
Package logrus implements the logrus logger.
No description provided by the author
Package syslog implements the syslog logger.
Package zap implements the zap logger.

# Functions

Debugf logs an message with Debug level.
Errorf logs an message with Error level.
Infof logs an message with Info level.
Warnf logs an message with Warning level.

# Variables

DefaultLogger sets default logger is used.

# Type aliases

Logger logger interface.