We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f062c5 commit 4bef6f9Copy full SHA for 4bef6f9
src/Serilog.Sinks.Async/Sinks/Async/IAsyncLogEventSinkMonitor.cs
@@ -1,5 +1,4 @@
1
-namespace Serilog.Sinks.Async;
2
-// Copyright © Serilog Contributors
+// Copyright © Serilog Contributors
3
//
4
// Licensed under the Apache License, Version 2.0 (the "License");
5
// you may not use this file except in compliance with the License.
@@ -13,6 +12,8 @@
13
12
// See the License for the specific language governing permissions and
14
// limitations under the License.
15
+namespace Serilog.Sinks.Async;
16
+
17
/// <summary>
18
/// Defines a mechanism for the Async Sink to afford Health Checks a buffer metadata inspection mechanism.
19
/// </summary>
0 commit comments