Library Mobile API Reference for iPhone  MicroStrategy 2019
LogStore Class Reference

#import <LogStore.h>

Inheritance diagram for LogStore:

Instance Methods

(NSString *) - applicationDocumentsDirectory
 
(void) - initFromPersistentStore
 
(void) - addEntry:
 
(void) - clear
 
(void) - resize:
 
(NSArray *) - getEntriesWithAscending:
 
(NSArray *) - getEntries
 

Class Methods

(LogStore *) + getLogStore
 

Method Documentation

◆ addEntry:()

- (void) addEntry: (NSString *)  entry

◆ applicationDocumentsDirectory()

- (NSString *) applicationDocumentsDirectory

◆ clear()

- (void) clear

◆ getEntries()

- (NSArray *) getEntries

◆ getEntriesWithAscending:()

- (NSArray *) getEntriesWithAscending: (BOOL)  isAscending

◆ getLogStore()

+ (LogStore *) getLogStore

◆ initFromPersistentStore()

- (void) initFromPersistentStore

◆ resize:()

- (void) resize: (NSInteger)  newSize