AsyncErrorHandler Property

Definition

Assembly XenoAtom.Logging.dll

Gets or sets an optional callback invoked when the asynchronous processor observes a writer/dispatch error.

public Action<Exception>? AsyncErrorHandler { get; set; }

Returns

Remarks

This callback is invoked on the async processor thread and should execute quickly.