Table of Contents

Class SystemLogRecord

Namespace
Lers.Administration
Assembly
Lers.System.dll

Представляет запись в системном журнале.

public class SystemLogRecord
Inheritance
SystemLogRecord
Derived
Inherited Members
Extension Methods

Constructors

SystemLogRecord(SystemLogRecord)

Конструктор.

public SystemLogRecord(SystemLogRecord model)

Parameters

model SystemLogRecord

Параметры сообщения в системном журнале.

Properties

DateTime

Возвращает дату и время события.

public DateTime DateTime { get; }

Property Value

DateTime

EventType

Тип события.

public SystemLogEventId? EventType { get; }

Property Value

SystemLogEventId?

Importance

Возвращает важность события.

public Importance Importance { get; }

Property Value

Importance

Message

Возвращает текст сообщения.

public string Message { get; }

Property Value

string