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.4+5f3fcccd77655d9c9ca3c046320d70ec8b8a48cd
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 7.0.4+5f3fcccd77655d9c9ca3c046320d70ec8b8a48cd
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.