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.3+aa3585b1fd28890f80989694dfc5151cea97b05e
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 7.0.3+aa3585b1fd28890f80989694dfc5151cea97b05e
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.