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