Directory_Refactor #128
12
Marco.Pms.Model/MobileLogs/LogStructure.cs
Normal file
12
Marco.Pms.Model/MobileLogs/LogStructure.cs
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
namespace Marco.Pms.Model.Logs
|
||||||
|
{
|
||||||
|
public class LogStructure
|
||||||
|
{
|
||||||
|
public string LogLevel { get; set; } = "Info";
|
||||||
|
public string Message { get; set; } = string.Empty;
|
||||||
|
public DateTime TimeStamp { get; set; }
|
||||||
|
public string? IpAddress { get; set; }
|
||||||
|
public string? UserAgent { get; set; }
|
||||||
|
public string? Details { get; set; } // json serialized string
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user