Static Public Attributes | |
final Level | EXCEPTION = new ExceptionReportLevel("EXCEPTION", Level.WARNING.intValue()) |
Protected Member Functions | |
ExceptionReportLevel (String name, int value) |
This level is used by abeans.pluggable.acs.LoggingExceptionHandlerService
for all the exception messages (reports) ment to go to console. Needed since java.util.logging.Level
constructor is protected
.
|
Create a named Level with a given integer value.
|
|
Level for exception messages (reports) ment to go to console. |