ConsenSys/logl

Name: logl

Owner: ConsenSys

Description: A simple Java logging framework for libraries

Created: 2018-04-25 18:33:54.0

Updated: 2018-05-06 19:01:10.0

Pushed: 2018-05-06 19:01:09.0

Homepage: null

Size: 127

Language: Java

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

logl: A simple Java logging framework for libraries

Build Status License

Logl aims to provide a very simple logging API for use inside libraries and other distributable components. It does not use global singletons, XML configuration files, fancy classloader tricks, complex introspection, or anything else that can create challenges when integrating libraries into larger applications.

The API for logl is available by including the org.logl:api library (logl-api.jar).

For applications using libraries that depend on logl, there are bridges available to route logging done through logl into your favourite application logging framework. Logl also includes some very lightweight logging implementations for simple use cases.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.