예제 #1
0
 private void WithSerilog(Action <ISoloLogger> logStatement)
 {
     logStatement(_log.ForContext("SourceContext", Context.Sender.Path));
 }