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

Constructor

new(level:Int)

Creates an instace of the concrete system console logger.

Parameters:

level

The desired logging level. See ConsoleLogLevel.

Methods

getLogger(category:String):Logger