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
- Host: GitHub
- URL: https://github.com/adrigrillo/logging-system
- Owner: adrigrillo
- License: mit
- Created: 2017-08-16T07:07:19.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-16T07:08:36.000Z (almost 9 years ago)
- Last Synced: 2025-04-05T03:13:05.871Z (about 1 year ago)
- Topics: internationalization, json, log4j2, logger, logging, slf4j
- Language: Java
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.