Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 594 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 594 Bytes

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