Skip to content

Commit 9117446

Browse files
committed
Adding sample
1 parent 777a0ff commit 9117446

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

samples/LoggingReflectInsight/Console.ReflectInsightSample/Console.ReflectInsightSample.xproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
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>

samples/LoggingReflectInsight/Console.ReflectInsightSample/Program.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)