com.groupdocs.viewer.logging

The package provides classes for configuring the logging system in GroupDocs.Viewer.

By using these classes, you can control how log messages are handled, such as writing them to a file or directing them to a specific logger implementation.

The main classes in this package are:

  • FileLogger - Writes log messages to a file.
  • ViewerLogger - Implements logging messages to an integrated or user-defined logger.

For more details on configuring the logging system in GroupDocs.Viewer and customizing the log message handling, please refer to the GroupDocs.Viewer Documentation.

Classes

Class Description
FileLogger Writes log messages to a file.
ViewerLogger Global viewer logger.