Lightstreamer macOS Client
2.1.2
Native macOS Client library for Lightstreamer
|
Concrete logger class to provide logging on the system console. More...
#import <LSConsoleLogger.h>
Instance Methods | |
(nonnull instancetype) | - initWithLevel:category: |
Creates an instace of the concrete system console logger. More... | |
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).
- (nonnull instancetype) initWithLevel: | (LSConsoleLogLevel) | level | |
category: | (nullable NSString *) | category | |
Creates an instace of the concrete system console logger.
level | the desired logging level for this LSConsoleLogger instance. |
category | the log category all messages passed to the given LSConsoleLogger instance will pertain to. |