sip.js.logger._constructor_.md

September 26, 2022 ยท View on GitHub

Home > sip.js > Logger > (constructor)

Logger.(constructor)

Constructs a new instance of the Logger class

Signature:

constructor(logger: LoggerFactory, category: string, label?: string);

Parameters

ParameterTypeDescription
loggerLoggerFactory
categorystring
labelstring

Contents

  1. 1Logger.(constructor)
  2. 2Parameters