Revert "No more static"

This reverts commit d8272c36a1.
This commit is contained in:
Mira 2022-06-13 10:27:21 +02:00
parent d8272c36a1
commit 84c0a25912
Signed by untrusted user who does not match committer: Xorog
GPG key ID: 983798ED9C3E7C36
6 changed files with 113 additions and 118 deletions

View file

@ -2,6 +2,6 @@ namespace Xorog.Logger;
public class LogMessageEventArgs : EventArgs
{
public LogEntry LogEntry { get; set; }
public LoggerObjects.LogEntry LogEntry { get; set; }
}