[slf4j-user] [ANNOUNCE] Release of webapp-slf4j-logger v1.5.1
Claude Brisson
claude at renegat.net
Sat Dec 28 11:46:42 CET 2019
I'm pleased to announce the release of webapp-slf4j-logger v1.5.1.
webapp-slf4j-logger is an SLF4J backend that forwards logs to a
ServletContext object.
All log messages are logged using ServletContext#log, allowing a J2EE
webapp to send its logs towards the J2EE container logs.
Features:
+ zero-config for a default functional behaviour (with J2EE annotations
enabled)
+ Custom formats (with %date, %level, %logger, %ip, %user, %message)
+ Custom format placeholders (using slf4j MDC, aka Mapped Diagnostic
Contexts), which can be used to display contextual information like
source filename, line and column, etc.
+ Email notifications
+ Supports session serialization & deserialization
+ Per-class log levels
Release assets :
https://github.com/arkanovicz/webapp-slf4j-logger/releases/tag/v1.5.1
Project homepage : https://github.com/arkanovicz/webapp-slf4j-logger sdfsdf
--
Claude Brisson
More information about the slf4j-user
mailing list