Skip to content

Commit 70545c6

Browse files
committed
fixed the folder name
1 parent 5b566a5 commit 70545c6

File tree

11 files changed

+5
-0
lines changed

11 files changed

+5
-0
lines changed
File renamed without changes.

src/GitVersionCore/Log/Log.cs renamed to src/GitVersionCore/Logging/Log.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ public sealed class Log : ILog
1414
private readonly StringBuilder sb;
1515
private string indent = string.Empty;
1616

17+
public Log(): this(Array.Empty<ILogAppender>())
18+
{
19+
20+
}
21+
1722
public Log(params ILogAppender[] appenders)
1823
{
1924
this.appenders = appenders ?? Array.Empty<ILogAppender>();

0 commit comments

Comments
 (0)