Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 704 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 704 Bytes

minilog

A miniature Java logging library without dependencies and reflection.

The aim of creating this logger instead of using existing solutions is to avoid any external dependencies and Java reflection.

It makes life easier when compiling Java into native shared library. Also the result shared library will be much smaller.

Maintained by Document Node.

Build status

MiniLog Actions Status

Travis Build Status