Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.0.1
-
None
-
Operating System: other
Platform: Other
-
14571
Description
The javadoc for the "LogFactoryImpl" class says that the default logger is
"NoOpLog". However, the code clearly shows that it uses "SimpleLog", not
"NoOpLog" (changed by costin in revision 1.4). I prefer it falling back to
SimpleLog, so I consider this a documentation bug, not a code bug.