runLogging<L> abstract method

L runLogging<L>(
  1. L fn(), [
  2. LogOptions options = const LogOptions()
])

Set up the logger

Implementation

L runLogging<L>(
  L Function() fn, [
  LogOptions options = const LogOptions(),
]);