-
Enhancement
-
Resolution: Unresolved
-
P4
-
1.4.0
-
Cause Known
-
x86
-
windows_xp
Name: nt126004 Date: 07/17/2002
FULL PRODUCT VERSION :
java version "1.4.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-b92)
Java HotSpot(TM) Client VM (build 1.4.0-b92, mixed mode)
FULL OPERATING SYSTEM VERSION :
N/A
ADDITIONAL OPERATING SYSTEMS :
N/A
A DESCRIPTION OF THE PROBLEM :
I have my own ResourceBundle instance that is given to me
by a third party application and I'm not able to pass it to
my Logger because Logger.getLogger() only takes a
ResouceBundle name but not an instance as parameter.
EXPECTED VERSUS ACTUAL BEHAVIOR :
I would like a:
Logger.getLogger(String name, ResourceBundle bundle) method.
REPRODUCIBILITY :
This bug can be reproduced often.
(Review ID: 158834)
======================================================================
- relates to
-
JDK-8013839 Enhance Logger API for handling of resource bundles
- Closed