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.0+09c2d7a7f0bf2c05495d6305ac56abb150641a86
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 7.0.0+09c2d7a7f0bf2c05495d6305ac56abb150641a86
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.