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