Beispiel #1
0
 public CircuitBreakingThreadLoggingContext(LoggingBackend backend, LogRecordBuilder recordBuilder) : base(backend,
                                                                                                           recordBuilder)
 {
 }
 public static void Initialize(LoggingBackend backend)
 {
     verbosityManager = backend.CreateVerbosityConfiguration();
     // Verbosity is High (Debug level) by default.
 }
 public CircuitBreakingIteratorLoggingContext(LoggingBackend backend) : base(backend)
 {
 }
Beispiel #4
0
 public CircuitBreakingAsyncCustomActivityLoggingContext(LoggingBackend backend) : base(backend)
 {
 }
Beispiel #5
0
 public CircuitBreakingAsyncMethodLoggingContext(LoggingBackend backend) : base(backend)
 {
 }
 public CircuitBreakingEphemeralLoggingContext(LoggingBackend backend, ThreadLoggingContext threadContext) : base(
         backend, threadContext)
 {
 }