if (t instanceof StandardException) {
StandardException se = (StandardException) t;
switch (se.report()) {
case StandardException.REPORT_DEFAULT:
int level = se.getSeverity();
return (level >= logSeverityLevel) ||
(level == ExceptionSeverity.NO_APPLICABLE_SEVERITY);