#include <com/navigine/idl/objc/NCLogger.h>
Inherits NSObject.
Instance Methods | |
| (void) | - subscribe: |
| (void) | - unsubscribe: |
Class Methods | |
| (nullable NCLogger *) | + getLogger |
Properties | |
| BOOL | valid |
Definition at line 12 of file NCLogger.h.
| + (nullable NCLogger *) getLogger |
| - (void) subscribe: | (nullable id< NCLogListener >) | listener |
| - (void) unsubscribe: | (nullable id< NCLogListener >) | listener |
|
readnonatomicassign |
Tells if this object is valid or not. Any method called on an invalid object will throw an exception. The object becomes invalid only on UI thread, and only when its implementation depends on objects already destroyed by now.
Definition at line 26 of file NCLogger.h.