From 4a836cef75b212d9b8d6ef4675cc4053169084cb Mon Sep 17 00:00:00 2001 From: Harrison Deng Date: Sat, 11 Jul 2020 17:18:12 -0500 Subject: [PATCH] Added some docs. --- src/SlatedGameToolkit.Framework/Logging/ILogListener.cs | 4 ++++ 1 file changed, 4 insertions(+) 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; } ///