openScope abstract method

Future<void> openScope(
  1. LogScope scope
)

Begins a scoped operation.

Implementation

Future<void> openScope(LogScope scope);