Class PkiLogEntry
Assembly: Lacuna.Pki.EntityFrameworkConnector.dll
Syntax
[Table("LacunaPkiLog")]
public class PkiLogEntry
Constructors
|
Improve this Doc
View Source
PkiLogEntry()
Declaration
Properties
|
Improve this Doc
View Source
Id
Declaration
[Key]
[DatabaseGenerated(DatabaseGeneratedOption.Identity)]
public int Id { get; set; }
Property Value
|
Improve this Doc
View Source
Level
Declaration
public LogLevels Level { get; set; }
Property Value
| Type |
Description |
| LogLevels |
|
|
Improve this Doc
View Source
Message
Declaration
public string Message { get; set; }
Property Value
|
Improve this Doc
View Source
Source
Declaration
public string Source { get; set; }
Property Value
|
Improve this Doc
View Source
UTCDate
Declaration
public DateTime UTCDate { get; set; }
Property Value