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
EventType
Тип события.
public SystemLogEventId? EventType { get; }
Property Value
Importance
Возвращает важность события.
public Importance Importance { get; }
Property Value
Message
Возвращает текст сообщения.
public string Message { get; }