mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-04-12 03:57:32 +00:00
feat: Added Flush() method to ILoggerService
This commit is contained in:
parent
5f2c5e6dcb
commit
841b692727
1 changed files with 5 additions and 0 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue