setLogExtension
use this to hook into the logging function to allow sending internal livekit logs to third party services
if set, the browser logs will lose their stacktrace information (see https://github.com/pimterry/loglevel#writing-plugins (opens in a new tab))
Signature
setLogExtension(extension: LogExtension)
Name | Type | Description |
---|---|---|
extension | LogExtension |
Returns
void