Click or drag to resize

MemoryTargetLogs Property

Gets the list of logs gathered in the MemoryTarget.

Namespace:  NLog.Targets
Assembly:  NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
Syntax
public IList<string> Logs { get; }

Property Value

Type: IListString
Remarks
Be careful when enumerating, as NLog target is blocked from writing during enumeration (blocks application logging)
See Also