/logshim

A shim API to provide library-independent logging statements for Go projects

Primary LanguageGoGNU General Public License v3.0GPL-3.0

logshim

Overview

logshim is a shim API to provide library-independent logging statements.

It provides a common denominator of API calls to logging backends for the most frequent operations i.e. log statements that will be found throughout code. It does not attempt to abstract away tasks such as log configuration, which are left to each backend's own API.

Tests Action Results