Skip to content

Async event emittion.

Johannes Tegnér requested to merge develop into master

Events are now using asyncEmit instead of emit, hence not waiting for the other log methods nor having to take part in the logging priority queue.

Merge request reports