-
Sending CocoaLumberjack logs to ELK log server.
-
Configuring CocoaLumberjack loggers.
-
Overview: main window overlay that shows app version and other info.
-
Rentgen mode: view bounds highlighting with optional display of class names.
-
Highlight tapped responder view and its view controller.
-
Automatically log 'init' and 'dealloc' calls of each VC in your project.
-
Simple filesystem browser and file viewer.
-
Custom actions with easy access from any screen.
To run the example project, clone the repo, and run pod install
from the Example directory first.
MAGDebugKit is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "MAGDebugKit"
To integrate into the project, in your AppDelegate, after the app main window is alreadey initialized, add following line:
[[MAGDebugPanel rightPanel] integrateAboveWindow:self.window];
- Evgeniy Stepanov, stepanov@magora.systems
- Alexander Gorbunov, gorbunov@magora-systems.com
- Mikhael Kapelko, kapelko@magora-systems.com
- Denis Matveev
MAGDebugKit is available under Apache-2.0 license. See the LICENSE file for more info.