ECLogViewHandler Class Reference
Inherits from | ECLogHandler : NSObject |
Declared in | ECLogViewHandler.h |
Overview
Handler which stores up log items for display by an ECLogView.
Each time a message is logged to the handler, it adds it to its stored items, and posts a notification so that any visible log views can update themselves.
By default this handler keeps a copy of every log message sent to it, so it has potential memory implications.