Lightstreamer macOS Client  2.1.2
Native macOS Client library for Lightstreamer
Instance Methods | List of all members
LSConsoleLoggerProvider Class Reference

Simple concrete logging provider that logs on the system console. More...

#import <LSConsoleLoggerProvider.h>

Inheritance diagram for LSConsoleLoggerProvider:

Instance Methods

(nonnull instancetype) - initWithLevel:
 Creates an instace of the concrete system console logger. More...
 

Detailed Description

Simple concrete logging provider that logs on the system console.


To be used, an instance of this class has to be passed to the library through the setLoggerProvider: (LSLightstreamerClient).

Method Documentation

◆ initWithLevel:()

- (nonnull instancetype) initWithLevel: (LSConsoleLogLevel)  level

Creates an instace of the concrete system console logger.

Parameters
levelthe desired logging level for this LSConsoleLoggerProvider instance.

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