Lightstreamer tvOS Client  2.1.2
Native tvOS Client library for Lightstreamer
Instance Methods | List of all members
LSConsoleLogger Class Reference

Concrete logger class to provide logging on the system console. More...

#import <LSConsoleLogger.h>

Inheritance diagram for LSConsoleLogger:

Instance Methods

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

Detailed Description

Concrete logger class to provide logging on the system console.


Instances of this classes are obtained by the library through the LSLoggerProvider instance set on setLoggerProvider: (LSLightstreamerClient).

Method Documentation

◆ initWithLevel:category:()

- (nonnull instancetype) initWithLevel: (LSConsoleLogLevel)  level
category: (nullable NSString *)  category 

Creates an instace of the concrete system console logger.

Parameters
levelthe desired logging level for this LSConsoleLogger instance.
categorythe log category all messages passed to the given LSConsoleLogger instance will pertain to.

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