Exemplo n.º 1
0
 public override bool Execute(Options input)
 {
     Console.WriteLine("With Serilog.NodaTime:");
     Examples.LoggingExamples(withNodaTimeDeconstruction: true);
     Console.WriteLine();
     Console.WriteLine("Press any key to continue");
     Console.ReadLine();
     Console.WriteLine("Without Serilog.NodaTime:");
     Examples.LoggingExamples(withNodaTimeDeconstruction: false);
     Console.WriteLine();
     Console.WriteLine("Press any key to exit");
     Console.ReadLine();
     return(true);
 }
Exemplo n.º 2
0
 public override bool Execute(Options input)
 {
     Examples.LoggingExamples(withNodaTimeDeconstruction: false);
     return(true);
 }