File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ namespace SICCSharp
10
10
{
11
11
/// <summary>
12
12
/// 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.
13
15
/// </summary>
14
16
internal class Program
15
17
{
@@ -45,7 +47,8 @@ private static void Main(string[] args)
45
47
}
46
48
} ) ;
47
49
}
48
- public static Logger CreateLoggerOnConfig ( bool verbose )
50
+
51
+ private static Logger CreateLoggerOnConfig ( bool verbose )
49
52
{
50
53
var loggerConfig = new LoggerConfiguration ( )
51
54
. Enrich . FromLogContext ( )
@@ -59,6 +62,5 @@ public static Logger CreateLoggerOnConfig(bool verbose)
59
62
60
63
return loggerConfig . CreateLogger ( ) ;
61
64
}
62
-
63
65
}
64
66
}
You can’t perform that action at this time.
0 commit comments