We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c01453f commit 145af1cCopy full SHA for 145af1c
1 file changed
src/LogExpert.Core/Interfaces/ILogfileReaderDiagnostics.cs
@@ -6,6 +6,7 @@ namespace LogExpert.Core.Interfaces;
6
/// </summary>
7
public interface ILogfileReaderDiagnostics
8
{
9
+#if DEBUG
10
/// <summary>
11
/// Logs detailed buffer information for the given line to the diagnostic output.
12
/// Only functional in debug builds; no-op in release.
@@ -17,4 +18,5 @@ public interface ILogfileReaderDiagnostics
17
18
19
20
void LogBufferDiagnostic();
21
+#endif
22
}
0 commit comments