Click or drag to resize

LogEntries Property

All entries added in this log since its creation.

Namespace:  Packflow.FileLogger
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public List<LogEntry> Entries { get; }

Property Value

Type: ListLogEntry
See Also