Lightstreamer macOS Client  1.2.5
Native macOS Client library for Lightstreamer
Instance Methods | List of all members
<LSLogDelegate> Protocol Reference

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>

Inheritance diagram for <LSLogDelegate>:

Instance Methods

(void) - appendLogLine:
 Called when a log line has to be appended. More...
 

Detailed Description

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.

Method Documentation

- (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.

Parameters
logLineThe log line to be appended.

The documentation for this protocol was generated from the following file: