Class Log
A log entry in the events log.
public class Log
- Inheritance
-
Log
Properties
Category
public string Category { get; set; }
Property Value
Exception
Information about raised Exceptions
public string Exception { get; set; }
Property Value
Feature
public string Feature { get; set; }
Property Value
Function
public string Function { get; set; }
Property Value
Level
Log level / severity
public string Level { get; set; }
Property Value
LogDate
Timestamp
public DateTime LogDate { get; set; }
Property Value
LogId
Internal ID
public int LogId { get; set; }
Property Value
Message
Log Message
public string Message { get; set; }
Property Value
MessageTemplate
public string MessageTemplate { get; set; }
Property Value
ModuleId
Reference to the Module
public int? ModuleId { get; set; }
Property Value
- int?
PageId
Reference to the Page
public int? PageId { get; set; }
Property Value
- int?
Properties
public string Properties { get; set; }
Property Value
Server
Name of the server that created this entry
public string Server { get; set; }
Property Value
SiteId
Reference to the Site
public int? SiteId { get; set; }
Property Value
- int?
Url
Url if relevant for this log entry.
public string Url { get; set; }
Property Value
UserId
Reference to the User
public int? UserId { get; set; }
Property Value
- int?