com.groupdocs.comparison.logging
Provides classes and interfaces for logging in GroupDocs.Comparison. The logging functionality allows you to record and monitor various events and messages during the execution of the comparison process.
The main classes and interfaces in this package are:
- com.groupdocs.comparison.logging.ILogger - The interface that defines the contract for a logger.
- ComparisonLogger - Provides methods and a way to configure integrated or set user defined logger.
- com.groupdocs.comparison.logging.ConsoleLogger - Provides logger implementation which sends all messages to console.
By using the logging functionality, you can customize how log messages are handled, such as writing them to a file, console, or any other destination of your choice.
For more details on working with revisions and tracked changes in Word documents using GroupDocs.Comparison for Java, please refer to the GroupDocs.Comparison Documentation.
Classes
Class | Description |
---|---|
ComparisonLogger | Implements logging methods and a way to configure integrated or set user defined logger. |
FileLogger | Logger that writes logs to file. |