iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCILoggedMessage
@interface SCILoggedMessage : SCIMessageBase
Base class for automatically logged Event Aggregator messages.
-
Initializes a new instance of the
SCILoggedMessage
class.Declaration
Objective-C
- (nonnull instancetype)initWithSender:(nonnull id)sender;
Swift
init(sender: Any)
Parameters
sender
The sender of message.