| Returns the Logger for the specified name.
This checks whether PortalLogger is in the same JVM.
If its present, invokes getLogger method of the PortalLogger to get the Logger.
If its not present, invokes the getLogger method of the JDK Logger to get the Logger
by passing jabapiLogMessages resource bundle.
jabapiLogMessages.properties is the concatenation of all logmsg.properties
in the jabapi module.
Parameters: name - the name of the logger the Logger |