This repository has been archived on 2026-06-12. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Xorog.Logger/Events/LogMessageEventArgs.cs
2022-04-01 09:29:51 +02:00

7 lines
No EOL
131 B
C#

namespace Xorog.Logger;
public class LogMessageEventArgs : EventArgs
{
public LoggerObjects.LogEntry LogEntry { get; set; }
}