Class SystemLogRecord
Запись системного журнала в базе данных.
[Table("SystemLog")]
public class SystemLogRecord
- Inheritance
-
SystemLogRecord
- Derived
- Inherited Members
- Extension Methods
Properties
DateTime
Дата и время события.
public DateTime DateTime { get; set; }
Property Value
EventType
Тип события.
public SystemLogEventId? EventType { get; set; }
Property Value
Importance
Важность события (1-Error, 2-Warn, 4-Info, 8-Debug, 16-FatalError).
public Importance Importance { get; set; }
Property Value
Message
Текст сообщения.
public string Message { get; set; }