Details
-
Bug
-
Resolution: Fixed
-
None
-
1.5.x
-
None
-
Operating System: Windows NT
Platform: PC
-
major
-
P1
-
98
Description
The following code will log "resourceBundle_key" instead of the actual value of the key in the resource bundle
logger = java.util.logging.Logger.getLogger("yay",resourceBundleName);
logger.debug("resourceBundle_key");
see attachment for test case and fix