Skip to content

Commit 145af1c

Browse files
author
BRUNER Patrick
committed
missing diagnostics if
1 parent c01453f commit 145af1c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/LogExpert.Core/Interfaces/ILogfileReaderDiagnostics.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ namespace LogExpert.Core.Interfaces;
66
/// </summary>
77
public interface ILogfileReaderDiagnostics
88
{
9+
#if DEBUG
910
/// <summary>
1011
/// Logs detailed buffer information for the given line to the diagnostic output.
1112
/// Only functional in debug builds; no-op in release.
@@ -17,4 +18,5 @@ public interface ILogfileReaderDiagnostics
1718
/// Only functional in debug builds; no-op in release.
1819
/// </summary>
1920
void LogBufferDiagnostic();
21+
#endif
2022
}

0 commit comments

Comments
 (0)