Nimbus
0.9.3 - Nimbus is proudly hosted on Github
An iOS framework whose growth is bounded by O(documentation).
|
An event log entry.
Definition at line 225 of file NIOverviewLogger.h.
Methods | |
Entry Information | |
NSInteger | type property |
Creating an Entry | |
(id) | - initWithType: |
Entry Information | |
NSDate * | timestamp property |
Creating an Entry | |
(id) | - initWithTimestamp: |
- (NSInteger) type [read, write, assign] |
The type of event.
Definition at line 243 of file NIOverviewLogger.h.
- (id) initWithType: | (NSInteger) | type |
Designated initializer.
Definition at line 177 of file NIOverviewLogger.m.
- (NSDate*) timestamp [read, write, retain, inherited] |
The timestamp for this log entry.
Definition at line 132 of file NIOverviewLogger.h.
- (id) initWithTimestamp: | (NSDate *) | timestamp |
Designated initializer.
Definition at line 113 of file NIOverviewLogger.m.