@Target(value=ANNOTATION_TYPE) public static @interface Log.Exceptions
Log.Level and exceptionTemplate to apply for a given group of exceptions.| Modifier and Type | Optional Element and Description |
|---|---|
Class<? extends Throwable>[] |
exceptions
A group of exceptions.
|
Log.Level |
level |
boolean |
stackTrace |
String |
template
default value is $exception
|
public abstract Log.Level level
Log.Level to apply for a given group of exceptionspublic abstract Class<? extends Throwable>[] exceptions
public abstract boolean stackTrace
public abstract String template
Copyright © 2013–2015 Yilativs. All rights reserved.