[slf4j-dev] [Bug 285] New: Misc slf4j-simple fixes and enhancements
bugzilla-daemon at qos.ch
bugzilla-daemon at qos.ch
Tue Dec 4 16:30:11 CET 2012
http://bugzilla.slf4j.org/show_bug.cgi?id=285
Summary: Misc slf4j-simple fixes and enhancements
Product: SLF4J
Version: 1.6.x
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P1
Component: Implementations
AssignedTo: slf4j-dev at qos.ch
ReportedBy: cedrik.lime at gmail.com
(Note: version should be 1.7.x, which is unavailable in Bugzilla)
Recent 1.7.x versions of SLF4J inadvertently broke the ability to turn off a
given logger (in SimpleLogger module). This following pull request fixes this,
as well as the following minor points:
Bug fixes
=========
* regression: restore ability to completely turn off logging for a given logger
(level "off")
* bug fix: force output file (if any) to UTF-8 to avoid platform-dependent
surprises while logging to a file
Enhancements
============
* Java 5 syntax (less Eclipse warnings)
* update documentation (including example simplelogger.properties file which
was out of sync with recent 1.7.[1-2] changes)
* add SimpleLoggerAccess class to enable to change SimpleLogger logger levels
at runtime (used e.g. in a monitoring utility)
You will find all of those in pull request 28:
https://github.com/qos-ch/slf4j/pull/28
Thanks!
--
Configure bugmail: http://bugzilla.slf4j.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the slf4j-dev
mailing list