Limited the number of logs kept in memory
This commit is contained in:
@@ -6,7 +6,6 @@ public interface ILogger
|
||||
|
||||
void Log(string message);
|
||||
void Log(string message, LogType logType);
|
||||
void Log(string message, LogType logType, string format);
|
||||
void Log(string message, object sender);
|
||||
void Log(string message, object sender, LogType type);
|
||||
void LogException(Exception exception, object sender, bool logFullStack = false);
|
||||
|
||||
Reference in New Issue
Block a user