[slf4j-dev] [Bug 58] New: Improve MDC API - get/set/remove
bugzilla-daemon at pixie.qos.ch
bugzilla-daemon at pixie.qos.ch
Wed Jul 25 15:13:12 CEST 2007
http://bugzilla.slf4j.org/show_bug.cgi?id=58
Summary: Improve MDC API - get/set/remove
Product: SLF4J
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P3
Component: Core API
AssignedTo: dev at slf4j.org
ReportedBy: sdavids at gmx.de
Classes MDC & MDCAdaptor
@@ get @@
You should specify if null is a valid key -- probably not.
You should specify what happens if you did not previously put a value under
"key" => returns null or throws which exception?
And if one might get "null" as a return value or not.
@@ set @@
You should specify if null is a valid key -- probably not.
You should specify if "null" is a legal value.
@@ remove @@
You should specify if null is a valid key -- probably not.
You should specify what happens if you did not previously put a value under
"key" => silently ignore or throw which exception
--
Configure bugmail: http://bugzilla.slf4j.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the slf4j-dev
mailing list