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

Constructors

Link copied to clipboard
constructor(pnInstanceId: String, userId: String, customLoggers: List<CustomLogger>? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard