InstrumentationLogAdapter constructor

InstrumentationLogAdapter(
  1. InstrumentationLogger _instrumentationLogger
)

Initialize a newly created instrumentation service to communicate with the given _instrumentationLogger.

Implementation

InstrumentationLogAdapter(this._instrumentationLogger);