[slf4j-user] [ANNOUNCE] Release of webapp-slf4j-logger v1.6
Claude Brisson
claude at renegat.net
Sat Jan 2 13:50:18 CET 2021
I'm pleased to announce the release of webapp-slf4j-logger v1.6.
webapp-slf4j-logger is an SLF4J backend that forwards logs to the J2EE
container logger.
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
+ [new in 1.6] Stack traces stripping (*standard* package locations are
removed, reducing stack traces verbosity)
Release assets :
https://github.com/arkanovicz/webapp-slf4j-logger/releases/tag/v1.6
Project homepage : https://github.com/arkanovicz/webapp-slf4j-logger
--
Claude
More information about the slf4j-user
mailing list