Skip to content

Commit 491094b

Browse files
committed
WI #60 Use Default Log Instance.
1 parent e848b5b commit 491094b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Solution/TypeCobol.LanguageServerRobot/LanguageServerRobot.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ static int Main(string[] args)
334334
}
335335

336336
//Prepare a Connection logger
337-
ConnectionLog logger = new ConnectionLog();
337+
ConnectionLog logger = ConnectionLog.GetInstance();
338338
switch (LogLevel)
339339
{
340340
case ConnectionLogLevel.Lifecycle:

0 commit comments

Comments
 (0)