InstrumentationLogAdapter constructor
InstrumentationLogAdapter(
- InstrumentationLogger _instrumentationLogger
Initialize a newly created instrumentation service to communicate with the
given _instrumentationLogger
.
Implementation
InstrumentationLogAdapter(this._instrumentationLogger);