AsposePdfLogging
Overview
AsposePdfLogging is a class in Aspose.PDF FOSS for Java.
Centralised logging configuration for the {@code org.aspose.pdf} library.
This class provides 3 methods for working with AsposePdfLogging objects in Java programs.
Available methods include: configureFromSystemProperty, getLevel, setLevel.
All public members are accessible to any Java application after installing the Aspose.PDF FOSS for Java package.
Properties: LOG_PROPERTY, level.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
level | Level | Read | Returns the effective level on the {@code org.aspose.pdf} logger. |
LOG_PROPERTY | String | Read | System property used to enable/configure library logging. |
Methods
| Signature | Description |
|---|---|
configureFromSystemProperty() | Re-reads {@link #LOG_PROPERTY} and configures the library logger. |
setLevel(level: Level) | Programmatically sets the library log level. |
getLevel() → Level | Returns the effective level on the {@code org.aspose.pdf} logger. |