menu
swift_flutter package
documentation
core/log_interceptor.dart
LogInterceptor
getLogs static method
getLogs static method
dark_mode
light_mode
getLogs
static method
List
<
InterceptedLogEntry
>
getLogs
(
)
Get all captured logs
Implementation
static List<InterceptedLogEntry> getLogs() => List.unmodifiable(_logs.value);
swift_flutter package
documentation
core/log_interceptor
LogInterceptor
getLogs static method
LogInterceptor class