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]
|
||||
[NotNull]
|
||||
IEnumerable<KeyValuePair<int, LogItem>> GetHistory();
|
||||
|
||||
/// <summary>
|
||||
/// Writes all enqueued logs.
|
||||
/// </summary>
|
||||
void Flush();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue