MergerSettings constructor

init

Initializes new instance of MergerSettings class.

def __init__(self):
    ...

init

Initializes new instance of MergerSettings class.

def __init__(self, logger):
    ...
Parameter Type Description
logger groupdocs.merger.logging.ILogger The logger implementation.

Exceptions

Exception Description
ArgumentNullException Thrown when logger is null.

See Also