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


_______________________________________________
slf4j-user mailing list
slf4j-user@qos.ch
http://mailman.qos.ch/mailman/listinfo/slf4j-user

Reply via email to