Interface | Description |
---|---|
Logger |
Interface to be implemented to consume log from the library.
Instances of implemented classes are obtained by the library through the LoggerProvider instance set on Server.SetLoggerProvider. |
LoggerProvider |
Simple interface to be implemented to provide custom log consumers to the library.
An instance of the custom implemented class has to be passed to the library through the Server.setLoggerProvider(com.lightstreamer.adapters.remote.log.LoggerProvider) . |