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

Overview

A console log entry.

Inheritance diagram for NIOverviewConsoleLogEntry:
NIOverviewLogEntry

Tasks

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

Method Documentation

log

The text that was written to the console log.

@property (nonatomic, copy) NSString* log;

initWithLog:

Designated initializer.

- (id)initWithLog:(NSString *)log;

timestamp

The timestamp for this log entry.

@property (nonatomic, retain) NSDate* timestamp;

initWithTimestamp:

Designated initializer.

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