Skip to content

Commit 9668c5d

Browse files
author
Still Hsu
committed
Update summary in xmldoc
1 parent 425d29a commit 9668c5d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

SICCSharp/Program.cs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ namespace SICCSharp
1010
{
1111
/// <summary>
1212
/// Written for NPTU System Software finals project.
13+
/// This project is not meant for any serious SIC/XE compilation, as you can probably tell by the quality of the source
14+
/// code. Use it to validate your homework at best, and even then, take its result with a grain of salt.
1315
/// </summary>
1416
internal class Program
1517
{
@@ -45,7 +47,8 @@ private static void Main(string[] args)
4547
}
4648
});
4749
}
48-
public static Logger CreateLoggerOnConfig(bool verbose)
50+
51+
private static Logger CreateLoggerOnConfig(bool verbose)
4952
{
5053
var loggerConfig = new LoggerConfiguration()
5154
.Enrich.FromLogContext()
@@ -59,6 +62,5 @@ public static Logger CreateLoggerOnConfig(bool verbose)
5962

6063
return loggerConfig.CreateLogger();
6164
}
62-
6365
}
6466
}

0 commit comments

Comments
 (0)