silenceLogger()
SIP Protocol API Reference v0.7.4
SIP Protocol API Reference / silenceLogger
Function: silenceLogger()
Section titled “Function: silenceLogger()”silenceLogger():
void
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:22675
Silence all logging (useful for tests)
Returns
Section titled “Returns”void
Example
Section titled “Example”import { silenceLogger } from '@sip-protocol/sdk'
beforeAll(() => { silenceLogger()})