Skip to content

Commit 884d3dd

Browse files
committed
# Conflicts: # samples/LoggingReflectInsight/Console.ReflectInsightSample/Console.ReflectInsightSample.xproj # samples/LoggingReflectInsight/Console.ReflectInsightSample/Program.cs # samples/LoggingReflectInsight/Console.ReflectInsightSample/ReflectInsight.config # samples/LoggingReflectInsight/Console.ReflectInsightSample/project.json
1 parent 013436d commit 884d3dd

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

  • samples/LoggingReflectInsight/Console.ReflectInsightSample

samples/LoggingReflectInsight/Console.ReflectInsightSample/Program.cs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,17 @@
99

1010
namespace Console.ReflectInsightSample
1111
{
12+
/// <summary>
13+
///
14+
/// </summary>
1215
public class Program
1316
{
1417
private static LoggerFactory _factory;
1518

19+
/// <summary>
20+
/// Mains the specified arguments.
21+
/// </summary>
22+
/// <param name="args">The arguments.</param>
1623
public static void Main(string[] args)
1724
{
1825
_factory = new LoggerFactory();

0 commit comments

Comments
 (0)