 | RunningLogEntries Property |
Gets or sets the log entries.
Namespace:
Koden.Utils.Logger
Assembly:
Koden.Utils.Logger (in Koden.Utils.Logger.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic List<LogEntry> Entries { get; set; }
Public Property Entries As List(Of LogEntry)
Get
Set
public:
property List<LogEntry^>^ Entries {
List<LogEntry^>^ get ();
void set (List<LogEntry^>^ value);
}
member Entries : List<LogEntry> with get, set
Property Value
Type:
ListLogEntry
The entries.
See Also