Nimbus
0.9.3 - Nimbus is proudly hosted on Github
An iOS framework whose growth is bounded by O(documentation).
|
A device log entry.
Definition at line 142 of file NIOverviewLogger.h.
Methods | |
Entry Information | |
unsigned long long | bytesOfFreeMemory property |
unsigned long long | bytesOfTotalMemory property |
unsigned long long | bytesOfFreeDiskSpace property |
unsigned long long | bytesOfTotalDiskSpace property |
CGFloat | batteryLevel property |
UIDeviceBatteryState | batteryState property |
Entry Information | |
NSDate * | timestamp property |
Creating an Entry | |
(id) | - initWithTimestamp: |
- (unsigned long long) bytesOfFreeMemory [read, write, assign] |
The number of bytes of free memory.
Definition at line 158 of file NIOverviewLogger.h.
- (unsigned long long) bytesOfTotalMemory [read, write, assign] |
The number of bytes of total memory.
Definition at line 163 of file NIOverviewLogger.h.
- (unsigned long long) bytesOfFreeDiskSpace [read, write, assign] |
The number of bytes of free disk space.
Definition at line 168 of file NIOverviewLogger.h.
- (unsigned long long) bytesOfTotalDiskSpace [read, write, assign] |
The number of bytes of total disk space.
Definition at line 173 of file NIOverviewLogger.h.
- (CGFloat) batteryLevel [read, write, assign] |
The battery level.
Definition at line 178 of file NIOverviewLogger.h.
- (UIDeviceBatteryState) batteryState [read, write, assign] |
The state of the battery.
Definition at line 183 of file NIOverviewLogger.h.
- (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.