LogProperty(ReadOnlySpan, ReadOnlySpan) Constructor

Definition

Assembly XenoAtom.Logging.dll

Initializes a new instance of the LogProperty struct.

public LogProperty(ReadOnlySpan<char> name, ReadOnlySpan<char> value)

Parameters

name
ReadOnlySpan<Char>

The property name.

value
ReadOnlySpan<Char>

The property value.