Formatter Property

Definition

Assembly XenoAtom.Logging.dll

Gets the formatter used to render a log message before writing.

public LogFormatter Formatter { get; init; }

Returns

Remarks

Set this property through Formatter to avoid concurrent mutation while logging.