Skip to content

Commit a05f28f

Browse files
author
BRUNER Patrick
committed
binary search? what? who needs that ;D
1 parent cbd67e1 commit a05f28f

2 files changed

Lines changed: 544 additions & 255 deletions

File tree

src/LogExpert.Core/Classes/Log/LogBuffer.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ public long Size
5757
get => _size;
5858
}
5959

60+
public int EndLine => StartLine + LineCount;
61+
6062
public int StartLine { set; get; }
6163

6264
public int LineCount { get; private set; }

0 commit comments

Comments
 (0)