remirobert / Dotzu

:iphone::eyes: In-App iOS Debugging Tool With Enhanced Logging, Networking Info, Crash reporting And More.
MIT License
1.8k stars 141 forks source link

Enhancements - provide access to.... #23

Open wwe-johndpope opened 7 years ago

wwe-johndpope commented 7 years ago

configure log levels // LogLevelFilter.shared.error = true // LogLevelFilter.shared.warning = false // LogLevelFilter.shared.info = false // LogLevelFilter.shared.verbose = false

and clear log tableview programmatically

remirobert commented 7 years ago

Hello @wwe-johndpope what do you mean ? enable / disable log level ?

wwe-johndpope commented 7 years ago

When I add these lines to my appdelegate

it's not accessible.

johndpope commented 7 years ago

I think simply updating

class LogLevelFilter { -> open class LogLevelFilter {

should do it.