Lightstreamer macOS Client
1.2.5
Native macOS Client library for Lightstreamer
|
The LSLogDelegate protocol can be used to redirect the local logging system to a different destination, such as a file or an application-wide logging system. More...
#import <LSLogDelegate.h>
Instance Methods | |
(void) | - appendLogLine: |
Called when a log line has to be appended. More... | |
The LSLogDelegate protocol can be used to redirect the local logging system to a different destination, such as a file or an application-wide logging system.
- (void) appendLogLine: | (NSString *) | logLine |
Called when a log line has to be appended.
The line contains preformatted content, such as the current thread pointer, the logging source name and its pointer, and the actual log message. The line does not contain any line-ending.
logLine | The log line to be appended. |