LogConfig
class LogConfig(val pnInstanceId: String, val userId: String, val customLoggers: List<CustomLogger>? = null)
Configuration for logging system with validation.
Parameters
pnInstanceId
The PubNub instance identifier - must not be blank
userId
The user identifier - must not be blank
customLoggers
Optional list of custom loggers to use