diff --git a/src/SlatedGameToolkit.Framework/Logging/ILogListener.cs b/src/SlatedGameToolkit.Framework/Logging/ILogListener.cs index 448437e..fedf5fa 100644 --- a/src/SlatedGameToolkit.Framework/Logging/ILogListener.cs +++ b/src/SlatedGameToolkit.Framework/Logging/ILogListener.cs @@ -4,6 +4,10 @@ namespace SlatedGameToolkit.Framework.Logging { public interface ILogListener { + /// + /// The severity of the messages this log should receive. + /// + /// The severity of the logs. LogLevel Level { get; } ///