AggregatingLoggerOutput

public class AggregatingLoggerOutput : LoggerOutput

An implementation of LoggerOutput that aggregates multiple LoggerOutput. Use this if you need your logging to go to multiple destinations.

Must only be called from a single queue/thread.