public Logger | getLogger(java.lang.String loggerName, java.lang.String bundleName, java.lang.ClassLoader loader)Get a Logger. The class that implements this interface is responsible
for creating a logger for the named component.
The bundle name and class loader are passed to allow the implementation
to properly find and construct the internationalization bundle.
|