Skip to content

Commit 97ce143

Browse files
committed
Changed namespace of extension methods to Exceptionless.
1 parent 33a5a44 commit 97ce143

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/Exceptionless.Extensions.Logging/ExceptionlessLoggerExtensions.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
using Microsoft.Extensions.Logging;
1+
using Exceptionless.Extensions.Logging;
2+
using Microsoft.Extensions.Logging;
23
using System;
34

4-
namespace Exceptionless.Extensions.Logging
5+
namespace Exceptionless
56
{
67
public static class ExceptionlessLoggerExtensions
78
{

0 commit comments

Comments
 (0)