An open API service indexing awesome lists of open source software.

https://github.com/adrigrillo/logging-system

Logging system with internationalization and JSON layout
https://github.com/adrigrillo/logging-system

internationalization json log4j2 logger logging slf4j

Last synced: about 1 month ago
JSON representation

Logging system with internationalization and JSON layout

Awesome Lists containing this project

README

          

# Logging system with internationalization and JSON layout

Logging system with internationalization and personalized JSON layout possibilities. You can check the JSON layout configuration possibilities [here](https://github.com/ggrandes/log4j2-simplejson) and how to configure the internationalization system [here](http://cal10n.qos.ch/manual.html).

Based in:

- [Log4j2](https://logging.apache.org/log4j/2.x/)
- [Slf4j](https://www.slf4j.org/)
- [CAL10N](http://cal10n.qos.ch/)
- [SimpleJSON for Log4J 2.x](https://github.com/ggrandes/log4j2-simplejson)

Special thanks to @ggrandes for the help with the JSON layout.