Lightstreamer tvOS Client
2.0.1
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... | |
Instance Methods inherited from <LSLoggerProvider> | |
(nullable id< LSLogger >) | - loggerWithCategory: |
Request for a Logger instance that will be used for logging occuring on the given category. 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. |