Nimbus
0.9.3 - Nimbus is proudly hosted on Github
An iOS framework whose growth is bounded by O(documentation).
|
A console log entry.
Definition at line 193 of file NIOverviewLogger.h.
Methods | |
Entry Information | |
NSString * | log property |
Creating an Entry | |
(id) | - initWithLog: |
Entry Information | |
NSDate * | timestamp property |
Creating an Entry | |
(id) | - initWithTimestamp: |
- (NSString*) log [read, write, copy] |
The text that was written to the console log.
Definition at line 211 of file NIOverviewLogger.h.
- (id) initWithLog: | (NSString *) | log |
Designated initializer.
Definition at line 156 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.