LogProperties Struct

Definition

Represents a mutable set of structured logging properties.

public struct LogProperties : IEnumerable, IDisposable

Remarks

This type is a mutable value type. Avoid copying instances after they are populated, and dispose only the original instance that owns the rented buffer.

Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

Properties (1)

Methods (15)

Explicit Interface Implementation Methods (1)