AsposePdfLogging

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

NameTypeAccessDescription
levelLevelReadReturns the effective level on the {@code org.aspose.pdf} logger.
LOG_PROPERTYStringReadSystem property used to enable/configure library logging.

Methods

SignatureDescription
configureFromSystemProperty()Re-reads {@link #LOG_PROPERTY} and configures the library logger.
setLevel(level: Level)Programmatically sets the library log level.
getLevel()LevelReturns the effective level on the {@code org.aspose.pdf} logger.

See Also