Added CommandService logging
This commit is contained in:
@@ -8,5 +8,8 @@
|
||||
public char SeparatorChar { get; set; } = ' ';
|
||||
/// <summary> Should commands be case-sensitive? </summary>
|
||||
public bool CaseSensitiveCommands { get; set; } = false;
|
||||
|
||||
/// <summary> Gets or sets the minimum log level severity that will be sent to the Log event. </summary>
|
||||
public LogSeverity LogLevel { get; set; } = LogSeverity.Info;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user