diff --git a/ICD.Common.Utils/Services/Logging/ILoggerService.cs b/ICD.Common.Utils/Services/Logging/ILoggerService.cs index 6f46cd5..2bc8554 100644 --- a/ICD.Common.Utils/Services/Logging/ILoggerService.cs +++ b/ICD.Common.Utils/Services/Logging/ILoggerService.cs @@ -53,6 +53,11 @@ namespace ICD.Common.Utils.Services.Logging [PublicAPI] [NotNull] IEnumerable> GetHistory(); + + /// + /// Writes all enqueued logs. + /// + void Flush(); } ///