Exemplo n.º 1
0
 protected override SyncCustomActivityLoggingContext CreateSyncCustomActivityContext(
     ThreadLoggingContext threadContext)
 {
     return(new CircuitBreakingSyncCustomActivityLoggingContext(threadContext));
 }
Exemplo n.º 2
0
 protected override SyncMethodLoggingContext CreateSyncMethodContext(ThreadLoggingContext threadContext)
 {
     return(new CircuitBreakingSyncMethodLoggingContext(threadContext));
 }
Exemplo n.º 3
0
 protected override EphemeralLoggingContext CreateEphemeralContext(ThreadLoggingContext threadContext)
 {
     return(new CircuitBreakingEphemeralLoggingContext(this, threadContext));
 }
 public CircuitBreakingEphemeralLoggingContext(LoggingBackend backend, ThreadLoggingContext threadContext) : base(
         backend, threadContext)
 {
 }
Exemplo n.º 5
0
 public CircuitBreakingSyncMethodLoggingContext(ThreadLoggingContext threadContext) : base(threadContext)
 {
 }
Exemplo n.º 6
0
 public CircuitBreakingSyncCustomActivityLoggingContext(ThreadLoggingContext threadContext) : base(threadContext)
 {
 }