Loading...
Searching...
No Matches
NCLogger Class Reference

#include <com/navigine/idl/objc/NCLogger.h>

Inherits NSObject.

Instance Methods

(void) - subscribe:
 
(void) - unsubscribe:
 

Class Methods

(nullable NCLogger *) + getLogger
 

Properties

BOOL valid
 

Detailed Description

Definition at line 12 of file NCLogger.h.

Method Documentation

◆ getLogger

+ (nullable NCLogger *) getLogger

◆ subscribe:

- (void) subscribe: (nullable id< NCLogListener >) listener

◆ unsubscribe:

- (void) unsubscribe: (nullable id< NCLogListener >) listener

Property Documentation

◆ valid

- (BOOL) valid
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.


The documentation for this class was generated from the following file: