umair13adil / RxLogs

An Android & Kotlin Reactive Advanced Logging Framework.
12 stars 6 forks source link

Feature/custom filter #6

Closed wasimshigri closed 1 year ago

wasimshigri commented 1 year ago

Sample filter below. 'dates' is mandatory. val filters = PlogFilters( dates = listOf("28082023", "30082023") hours = listOf("05", "15"), files = listOf("Network", "Errors") )