* exceptions that are simply to be logged and not necessarily be bubbled up to a user interface.
*
* @return object that can be used to look up I18N messages
*/
public static Msg getMsgWithLoggerLocale() {
return new Msg(s_bundleBaseName, LoggerLocale.getLogLocale());
}