Adds a queue to the SQL log and fixes some issues pointed out

This commit is contained in:
White 2015-02-26 15:37:36 +10:30
parent 0459dfca11
commit 8ff36c6709
4 changed files with 65 additions and 33 deletions

View file

@ -42,11 +42,6 @@ namespace TShockAPI
/// </summary>
string Name { get; }
/// <summary>
/// Returns true if the ILog is using SQL or false if not
/// </summary>
bool Sql { get; }
/// <summary>
/// Checks whether the log level contains the specified flag.
/// </summary>