TorqueSensor_logger Field
Represents the logger instance used for logging messages within the class.
Namespace: SmallEarthTech.AntPlus.DeviceProfiles.BicyclePowerAssembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 6.0.2+4dd3b18a61cb7a7c9070bf010b9a118f4696f0c4
protected ILogger _logger
Protected _logger As ILogger
protected:
ILogger^ _logger
val mutable _logger: ILogger
Field Value
ILogger This protected field allows derived classes to log messages using the configured
ILogger instance. Ensure that the logger is properly initialized before use to avoid runtime
errors.