menu
voo_logging package
documentation
features/logging/domain/entities/voo_logger.dart
VooLogger
getLogs method
getLogs method
dark_mode
light_mode
getLogs
method
Future
<
List
<
LogEntry
>
>
getLogs
(
{
LogFilter
?
filter
,
})
Implementation
Future<List<LogEntry>> getLogs({LogFilter? filter}) async => _repository.getLogs(filter: filter);
voo_logging package
documentation
features/logging/domain/entities/voo_logger
VooLogger
getLogs method
VooLogger class