Skip to content

Commit cedbacb

Browse files
committed
Remove lines to keep original formatting
1 parent 3eecde0 commit cedbacb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/coverlet.core/Logging/ILogger.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,9 @@ namespace Coverlet.Core.Logging
55
public interface ILogger
66
{
77
void LogVerbose(string message);
8-
98
void LogInformation(string message);
10-
119
void LogWarning(string message);
12-
1310
void LogError(string message);
14-
1511
void LogError(Exception exception);
1612
}
1713
}

0 commit comments

Comments
 (0)