Skip to content

Commit 5b922b1

Browse files
committed
Fixed rolling file extension methods namespace regression
1 parent 0643030 commit 5b922b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Serilog.Sinks.RollingFile/RollingFileLoggerConfigurationExtensions.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@
1717
using Serilog.Core;
1818
using Serilog.Events;
1919
using Serilog.Formatting.Display;
20+
using Serilog.Sinks.RollingFile;
2021

21-
namespace Serilog.Sinks.RollingFile
22+
namespace Serilog
2223
{
2324
public static class RollingFileLoggerConfigurationExtensions
2425
{

0 commit comments

Comments
 (0)