3#import <Foundation/Foundation.h>
9DEFAULT_EXPORT_ATTRIBUTE
15- (nonnull instancetype)initWithTime:(int64_t)time
17 scope:(nonnull NSString *)scope
18 message:(nonnull NSString *)message
19 verboseInfo:(nonnull NSString *)verboseInfo;
24+ (nonnull instancetype)logMessageWithTime:(int64_t)time
26 scope:(nonnull NSString *)scope
27 message:(nonnull NSString *)message
28 verboseInfo:(nonnull NSString *)verboseInfo;
30@property (nonatomic, readonly) int64_t
time;
34@property (nonatomic, readonly, nonnull) NSString *
scope;
36@property (nonatomic, readonly, nonnull) NSString *
message;
38@property (nonatomic, readonly, nonnull) NSString *
verboseInfo;