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.3+54994fa34e781af8d41d8f78e72210c9fe046b39
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.