Added log view for logging.net. Logging.net injection for microsofts logger. Host system data in system view
This commit is contained in:
8
Moonlight/App/Models/Misc/LogEntry.cs
Normal file
8
Moonlight/App/Models/Misc/LogEntry.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Moonlight.App.Models.Misc;
|
||||
|
||||
public class LogEntry
|
||||
{
|
||||
public string Level { get; set; }
|
||||
public string Message { get; set; }
|
||||
public DateTime CreatedAt { get; set; } = DateTime.UtcNow;
|
||||
}
|
||||
Reference in New Issue
Block a user