Nimbus
0.9.3 - Nimbus is proudly hosted on Github
An iOS framework whose growth is bounded by O(documentation).
|
The basic requirements for a log entry.
A basic log entry need only define a timestamp in order to be particularly useful.
Definition at line 114 of file NIOverviewLogger.h.
Methods | |
Entry Information | |
NSDate * | timestamp property |
Creating an Entry | |
(id) | - initWithTimestamp: |
- (NSDate*) timestamp [read, write, retain] |
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.