The iOS framework that grows only as fast as its documentation
NIOverviewLogEntry Class Reference

Overview

The basic requirements for a log entry.

A basic log entry need only define a timestamp in order to be particularly useful.

Inheritance diagram for NIOverviewLogEntry:
NIOverviewConsoleLogEntry NIOverviewDeviceLogEntry NIOverviewEventLogEntry

Tasks

Entry Information
NSDate * timestamp property
 
Creating an Entry
(id) - initWithTimestamp:
 

Method Documentation

timestamp

The timestamp for this log entry.

@property (nonatomic, retain) NSDate* timestamp;

initWithTimestamp:

Designated initializer.

- (id)initWithTimestamp:(NSDate *)timestamp;