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
2023-06-07 00:10:00 +02:00

6 lines
No EOL
133 B
C#

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