mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-01-11 19:44:55 +00:00
feat: Added Flush() method to ILoggerService
This commit is contained in:
@@ -53,6 +53,11 @@ namespace ICD.Common.Utils.Services.Logging
|
||||
[PublicAPI]
|
||||
[NotNull]
|
||||
IEnumerable<KeyValuePair<int, LogItem>> GetHistory();
|
||||
|
||||
/// <summary>
|
||||
/// Writes all enqueued logs.
|
||||
/// </summary>
|
||||
void Flush();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user