ConstructorConfig constructor
ConstructorConfig({
- required bool debug,
- CombainLogger? logger,
- CombainExceptionCapture? exceptionCapture,
- bool alsoNativeLogs = false,
Implementation
ConstructorConfig({
required this.debug,
this.logger,
this.exceptionCapture,
this.alsoNativeLogs = false,
});