Lightstreamer tvOS Client
2.1.2
Native tvOS Client library for Lightstreamer
|
Simple concrete logging provider that logs on the system console. More...
#import <LSConsoleLoggerProvider.h>
Instance Methods | |
(nonnull instancetype) | - initWithLevel: |
Creates an instace of the concrete system console logger. More... | |
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).
- (nonnull instancetype) initWithLevel: | (LSConsoleLogLevel) | level |
Creates an instace of the concrete system console logger.
level | the desired logging level for this LSConsoleLoggerProvider instance. |