Added some docs.
This commit is contained in:
parent
e4b7c12dbb
commit
4a836cef75
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user