Torque Sensor_logger Field
Represents the logger instance used for logging messages within the class.
Definition
Namespace: SmallEarthTech.AntPlus.DeviceProfiles.BicyclePower
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 7.0.2+fe94d33487affd796e1d786d5b5eb3d769a3361f
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 7.0.2+fe94d33487affd796e1d786d5b5eb3d769a3361f
C#
protected ILogger _loggerVB
Protected _logger As ILoggerC++
protected:
ILogger^ _loggerF#
val mutable _logger: ILoggerField Value
ILoggerRemarks
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.