public interface LoggerProvider
com.lightstreamer.client.LightstreamerClient#setLoggerProvider.| Modifier and Type | Method and Description | 
|---|---|
Logger | 
getLogger(java.lang.String category)
Request for a Logger instance that will be used for logging occuring on the given 
 category. 
 | 
@Nonnull Logger getLogger(@Nonnull java.lang.String category)
category - the log category all messages passed to the given Logger instance will pertain to.