Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-dev] DBPlatformHelper question

I think the bug is because there are two log methods that could potentially match that call.  I agree the SessionLog.CONNECTION should be the category.

-Tom

On 17/02/2014 12:55 PM, Rick Curtis wrote:
org.eclipse.persistence.internal.helper.DBPlatformHelper:matchVendorNameInProperties:108 calls SessionLog.log(...) and passes in "dbPlatformHelper_regExprDbPlatform" as the logging category, but that isn't a category per SessionLog.loggerCatagories[]. 

Should this method be passing in SessionLog.CONNECTION as the category or is this some special case?

Thanks,
Rick

--
Rick Curtis


_______________________________________________
eclipselink-dev mailing list
eclipselink-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipselink-dev


Back to the top