Skip to content

Commit

Permalink
Don't publish static Log class outside the library
Browse files Browse the repository at this point in the history
Fixes #115
  • Loading branch information
willdean authored and mmanela committed Dec 8, 2023
1 parent 67c8b4a commit 4e75aef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DiffPlex/Log.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace DiffPlex
{
public static class Log
static class Log
{
[Conditional("LOG")]
public static void WriteLine(string format, params object[] args)
Expand All @@ -16,4 +16,4 @@ public static void Write(string format, params object[] args)
// not implemented
}
}
}
}

0 comments on commit 4e75aef

Please sign in to comment.