runLogging<L> abstract method
- L fn(), [
- LogOptions options = const LogOptions()
Set up the logger
Implementation
L runLogging<L>(
L Function() fn, [
LogOptions options = const LogOptions(),
]);
Set up the logger
L runLogging<L>(
L Function() fn, [
LogOptions options = const LogOptions(),
]);