LogSummary

Namespace: Babel.Data Assembly: Babel.Data.dll

Represents a log summary.

public class LogSummary

Inheritance

objectLogSummary

Inherited Members

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

LogSummary()

public LogSummary()

Properties

Level

Gets or sets the level.

public string Level { get; set; }

Property Value

string

MessageCount

Gets or sets the number of messages.

public int MessageCount { get; set; }

Property Value

int

Last updated