[IMPL] Added LogRaised Event
This commit is contained in:
parent
5550909851
commit
29225af537
3 changed files with 11 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ public class LoggerObjects
|
|||
{
|
||||
internal List<LogEntry> LogsToPost = new();
|
||||
|
||||
internal class LogEntry
|
||||
public class LogEntry
|
||||
{
|
||||
public DateTime TimeOfEvent { get; set; }
|
||||
public LogLevel LogLevel { get; set; }
|
||||
|
|
|
|||
Reference in a new issue