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

Add enableLogger() and disableLogger() #34

Closed limsangjin12 closed 7 years ago

limsangjin12 commented 7 years ago

This makes Logger can be used seperately without UI.

johndpope commented 7 years ago

fyi - https://github.com/remirobert/Dotzu/pull/25/commits/977360374dbce577a7676281c8611fba3416831a

I need ability to disable in objective-c too. I think it's best to expose methods as public where appropriate.

limsangjin12 commented 7 years ago

@johndpope You're right. Thanks.

remirobert commented 7 years ago

@limsangjin12 @johndpope thanks for your help, I have almost finish rewriting Dotzu. I think you will love the new version.

remirobert commented 7 years ago

I am also including unit and UI tests, to make contribution easier with CI.

CocoaDebug commented 6 years ago

Hi, I released DebugMan, it is forked from Dotzu. Welcome to use! 😃 thanks! @limsangjin12 @johndpope