No more static
This commit is contained in:
parent
f441a104c9
commit
d8272c36a1
6 changed files with 118 additions and 113 deletions
|
|
@ -2,6 +2,6 @@ namespace Xorog.Logger;
|
|||
|
||||
public class LogMessageEventArgs : EventArgs
|
||||
{
|
||||
public LoggerObjects.LogEntry LogEntry { get; set; }
|
||||
public LogEntry LogEntry { get; set; }
|
||||
|
||||
}
|
||||
Reference in a new issue