Package | Description |
---|---|
com.groupdocs.merger |
The com.groupdocs.merger namespace provides classes which allow you to merge documents and manipulate document structure (split single document to multiple documents, reorder or replace document pages, change page orientation, manage document password and perform other manipulations) across wide range of supported document types - PDF, DOCX/DOC, PPTX/PPT, XLSX/XLS, VSDX/VSD, ODT, ODS, ODP, HTML, EPUB and many others..
|
com.groupdocs.merger.logging |
The com.groupdocs.merger.logging namespace provides classes for customizing logging behaviour.
|
Modifier and Type | Method and Description |
---|---|
ILogger |
Merger.getLogger()
Deprecated.
|
ILogger |
MergerSettings.getLogger()
The logger implementation used for tracking document processing workflow.
|
Modifier and Type | Method and Description |
---|---|
void |
MergerSettings.setLogger(ILogger value)
The logger implementation used for tracking document processing workflow.
|
Constructor and Description |
---|
MergerSettings(com.groupdocs.merger.domain.cache.ICache cache,
ILogger logger)
Deprecated.
|
MergerSettings(ILogger logger)
Initializes new instance of
MergerSettings class. |
Modifier and Type | Class and Description |
---|---|
class |
ConsoleLogger
Writes log messages to the console.
|