This view will display all logged operations, through calls to KapITLogger, through the function:
KapITLogger.getInstance().log(operationType:String, body:Object, stackFilters:Array=null
This method will allow you to add custom logging, with operation names of you choices, and any object passed as body. This object will be inspectable in this view.
Features are:
- Real time display of logged operations
- Pause / Clear functions
- Filter by operation type names
- Select an operation to display its stack trace
- Select an operation to inspect its body object into the introspection tree
- Double click on an operation number to toggle a "breakpoint" for all operations of that type. A red bullet will be displayed along breakpoints operations (not very adapted, I admit). To use this breakpoint feature, you have to start your application in debugging mode