Package com.pspdfkit.utils
Annotation PdfLog.LogPriority
-
- All Implemented Interfaces:
-
java.lang.annotation.Annotation
@Retention(value = RetentionPolicy.SOURCE) public @interface PdfLog.LogPriority
Priority of log messages. Log priority defines verbosity of the message, from most verbose (VERBOSE to least (ASSERT).
Note: PdfLog defaults to logging logs with priority INFO and up.