Added some docs.
This commit is contained in:
		@@ -4,6 +4,10 @@ namespace SlatedGameToolkit.Framework.Logging
 | 
			
		||||
{
 | 
			
		||||
    public interface ILogListener
 | 
			
		||||
    {
 | 
			
		||||
        /// <summary>
 | 
			
		||||
        /// The severity of the messages this log should receive.
 | 
			
		||||
        /// </summary>
 | 
			
		||||
        /// <value>The severity of the logs.</value>
 | 
			
		||||
        LogLevel Level { get; }
 | 
			
		||||
 | 
			
		||||
        /// <summary>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user