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: [email protected]
ReportedBy: [EMAIL PROTECTED]
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.
_______________________________________________
dev mailing list
[email protected]
http://www.slf4j.org/mailman/listinfo/dev