LogBucket Class Reference

Inherits from NSObject
Declared in LogBucket.h

Overview

The helper class which is used to transfer logs from LogStorage to LogCollector.

NOTE: the bucket id should be unique across all available log buckets.

  bucketId

The unique id of a log bucket

@property (nonatomic, readonly) int32_t bucketId

Discussion

The unique id of a log bucket

Declared In

LogBucket.h

  logRecords

Log records as LogRecord

@property (nonatomic, strong, readonly) NSArray *logRecords

Discussion

Log records as LogRecord

Declared In

LogBucket.h