menu
swift_flutter package
documentation
core/log_interceptor.dart
LogInterceptor
setMaxLogs static method
setMaxLogs static method
dark_mode
light_mode
setMaxLogs
static method
void
setMaxLogs
(
int
max
)
Set maximum number of logs to keep
Implementation
static void setMaxLogs(int max) { _maxLogs = max; _trimLogs(); }
swift_flutter package
documentation
core/log_interceptor
LogInterceptor
setMaxLogs static method
LogInterceptor class