Skip to content

Commit

Permalink
#111 fix warning for netstandard
Browse files Browse the repository at this point in the history
  • Loading branch information
FreeAndNil committed Mar 5, 2024
1 parent af15cf8 commit 5284f21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/log4net/Appender/IFlushable.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ public interface IFlushable
/// </para>
/// <para>
/// The <paramref name="millisecondsTimeout"/> parameter is only relevant for appenders that process logging events asynchronously,
/// such as <see cref="RemotingAppender"/>.
/// such as RemotingAppender.
/// </para>
/// </remarks>
/// <param name="millisecondsTimeout">The maximum time to wait for logging events to be flushed.</param>
/// <returns><c>True</c> if all logging events were flushed successfully, else <c>false</c>.</returns>
bool Flush(int millisecondsTimeout);
}
}
}

0 comments on commit 5284f21

Please sign in to comment.