File tree Expand file tree Collapse file tree
samples/LoggingReflectInsight/Console.ReflectInsightSample Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 </PropertyGroup >
1414 <PropertyGroup >
1515 <SchemaVersion >2.0</SchemaVersion >
16- <TypeScriptCompileBlocked >True</TypeScriptCompileBlocked >
1716 </PropertyGroup >
1817 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
1918 <ProduceOutputsOnBuild >True</ProduceOutputsOnBuild >
Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ public static void Main(string[] args)
1919 //.AddXmlFile("ReflectInsight.config")
2020 . Build ( ) ;
2121
22- _factory = new LoggerFactory ( ) ;
22+ // _factory = new LoggerFactory();
2323 //_factory.AddReflectInsight();
2424
25- var logger = _factory . CreateLogger < Program > ( ) ;
25+ // var logger = _factory.CreateLogger<Program>();
2626
27- logger . LogDebug ( "Debug" ) ;
28- logger . LogWarning ( "Warning" ) ;
27+ // logger.LogDebug("Debug");
28+ // logger.LogWarning("Warning");
2929 }
3030 }
3131}
You can’t perform that action at this time.
0 commit comments