AggregatingLoggerDecorator class AggregatingLoggerDecorator : LoggerDecoratorBase Aggregate two Relativity.Logging.ILog instances. Decorator design pattern is used. Documentation public AggregatingLoggerDecorator(ILog logger, ILog additionalLogger) Initializes a new instance of the AggregatingLoggerDecorator class.