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

Overview

An event log entry.

Inheritance diagram for NIOverviewEventLogEntry:
NIOverviewLogEntry

Tasks

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

Method Documentation

type

The type of event.

@property (nonatomic) NSInteger type;

initWithType:

Designated initializer.

- (id)initWithType:(NSInteger)type;

timestamp

The timestamp for this log entry.

@property (nonatomic, retain) NSDate* timestamp;

initWithTimestamp:

Designated initializer.

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