removed other projects
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
using Microsoft.Extensions.Logging;
|
||||
|
||||
namespace Serilog.Sinks.LogView.Core.Logging;
|
||||
|
||||
public class LogModel
|
||||
{
|
||||
#region Properties
|
||||
|
||||
public DateTime Timestamp { get; set; }
|
||||
|
||||
public LogLevel LogLevel { get; set; }
|
||||
|
||||
public EventId EventId { get; set; }
|
||||
|
||||
public object? State { get; set; }
|
||||
|
||||
public string? Exception { get; set; }
|
||||
|
||||
public LogEntryColor? Color { get; set; }
|
||||
|
||||
#endregion
|
||||
}
|
||||
Reference in New Issue
Block a user