Skip to content

Commit d923006

Browse files
LukeButtersclaude
andcommitted
Make InMemoryConnectionLog class public
Making the class public so that the MaxLogEvents field can be accessed from outside the assembly. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
1 parent 5a584c0 commit d923006

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/Halibut/Diagnostics/InMemoryConnectionLog.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
namespace Halibut.Diagnostics
88
{
9-
internal class InMemoryConnectionLog : ILog
9+
public class InMemoryConnectionLog : ILog
1010
{
1111
public static readonly int MaxLogEvents = 100;
1212

0 commit comments

Comments
 (0)