LogEntryCounters
Namespace: Babel.Data Assembly: Babel.Data.dll
Defines counters for a log entry.
Inheritance
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
LogEntryCounters(LogEntry)
Constructor.
Parameters
Name
Description
The log.
Properties
Last30DaysEntries
Gets or sets the last 30 days entries.
Property Value
Log
Gets or sets the log.
Property Value
SameLevelLast30DaysEntries
Gets or sets the same level last 30 days entries.
Property Value
SameLevelThisWeekEntries
Gets or sets the same level this week entries.
Property Value
SameLevelTodayEntries
Gets or sets the same level today entries.
Property Value
ThisWeekEntries
Gets or sets this week entries.
Property Value
TodayEntries
Gets or sets the today entries.
Property Value
TotalEntries
Gets or sets the total number of entries.
Property Value
Last updated