1 write to _logger
Arduino (1)
FirmataDevice.cs (1)
103_logger = this.GetCurrentClassLogger();
11 references to _logger
Arduino (11)
FirmataDevice.cs (11)
304_logger.LogInformation($"Received protocol version: {_actualFirmataProtocolVersion}."); 334_logger.LogError($"Firmware reported an update for port {lower_nibble}, but there are only {_supportedPinConfigurations.Count} pins"); 387_logger.LogDebug($"Received Firmware name {_firmwareName}"); 768_logger.LogError(ex, $"Error in parser: {ex.Message}"); 1166_logger.LogInformation($"Enabling analog reporting on pin {pinNumber}, Channel A{analogChannel}"); 1198_logger.LogInformation($"Disabling analog reporting on pin {pinNumber}, Channel A{analogChannel}"); 1358_logger.LogError($"Field {variableId} is read-only"); 1361_logger.LogError($"Field {variableId} is write-only"); 1364_logger.LogError($"There was an error processing the request"); 1367_logger.LogError($"The data type is not supported"); 1370_logger.LogError($"The variable id {variableId} is not supported");