Table of Contents

Class Log

Namespace
Oqtane.Models
Assembly
Oqtane.Shared.dll

A log entry in the events log.

public class Log
Inheritance
Log

Properties

Category

public string Category { get; set; }

Property Value

string

Exception

Information about raised Exceptions

public string Exception { get; set; }

Property Value

string

Feature

public string Feature { get; set; }

Property Value

string

Function

public string Function { get; set; }

Property Value

string

Level

Log level / severity

public string Level { get; set; }

Property Value

string

LogDate

Timestamp

public DateTime LogDate { get; set; }

Property Value

DateTime

LogId

Internal ID

public int LogId { get; set; }

Property Value

int

Message

Log Message

public string Message { get; set; }

Property Value

string

MessageTemplate

public string MessageTemplate { get; set; }

Property Value

string

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

string

Server

Name of the server that created this entry

public string Server { get; set; }

Property Value

string

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

string

UserId

Reference to the User

public int? UserId { get; set; }

Property Value

int?