Lightstreamer tvOS Client  2.0.1
Native tvOS 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:
<LSLoggerProvider>

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

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

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