Show / Hide Table of Contents

Class LogRecord

Inheritance
System.Object
LogRecord
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Experior.Interfaces
Assembly: Experior.Interfaces.dll
Syntax
public class LogRecord

Properties

Level

Declaration
public string Level { get; set; }
Property Value
Type Description
System.String

Message

Declaration
public string Message { get; set; }
Property Value
Type Description
System.String

Time

Declaration
public DateTime Time { get; set; }
Property Value
Type Description
System.DateTime
Back to top Generated by DocFX