CockpitRuntimeObserverConfiguration constructor

const CockpitRuntimeObserverConfiguration({
  1. bool enabled = true,
  2. bool captureDebugPrint = true,
  3. bool capturePrint = true,
  4. int maxRetainedEvents = 120,
  5. int maxMessageLength = 512,
  6. int maxDetailLength = 512,
  7. int maxStackTraceLines = 12,
})

Implementation

const CockpitRuntimeObserverConfiguration({
  this.enabled = true,
  this.captureDebugPrint = true,
  this.capturePrint = true,
  this.maxRetainedEvents = 120,
  this.maxMessageLength = 512,
  this.maxDetailLength = 512,
  this.maxStackTraceLines = 12,
});