-
Bug
-
Resolution: Fixed
-
P4
-
1.4.0
-
beta
-
generic
-
generic
-
Verified
Name: abR10010 Date: 09/14/2000
The Java Logging APIs specification (version 0.49) for the methods of Logger class:
- log(Level, String, Throwable)
- log(Level, String, String, String, Throwable)
- throwing(String, String, Throwable)
contains the following:
"Note that the thrown argument is stored in the LogRecord.thrown field,
rather than the LogRecord.params field. Thus is it processed specially
by output Formatters and is not treated as a formatting parameter to the
LogRecord.message string".
However this specification does not define anywhere LogRecord.thrown,
LogRecord.params nor LogRecord.message fields.
These undefined notions may mislead users.
======================================================================