Skip to content

Commit 01f09dd

Browse files
committed
Fix: Correct Namespace
1 parent aa00f36 commit 01f09dd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/CodeOfChaos.Extensions.Serilog/LoggerConfigurationExtensions.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
// ---------------------------------------------------------------------------------------------------------------------
22
// Imports
33
// ---------------------------------------------------------------------------------------------------------------------
4+
using CodeOfChaos.Extensions.Serilog;
45
using CodeOfChaos.Extensions.Serilog.Enrichers;
5-
using Serilog;
66
using Serilog.Core;
77
using Serilog.Events;
88
using Serilog.Sinks.SystemConsole.Themes;
99

10-
namespace CodeOfChaos.Extensions.Serilog;
10+
// ReSharper disable once CheckNamespace
11+
namespace Serilog;
1112

1213
// ---------------------------------------------------------------------------------------------------------------------
1314
// Code

0 commit comments

Comments
 (0)