Lines Matching refs:LogLevel
58 this.Log(LogLevel.Warning, "Unexpected GPIO: {0}", number); in OnGPIO()
100 this.Log(LogLevel.Warning, "Unsupported access mode: {0}", accessMode); in Transmit()
155 this.Log(LogLevel.Warning, "A frame with wrong CRC received - dropping it."); in HandleFrame()
161 …this.Log(LogLevel.Warning, "Short frame (length {0}) received - CRC is not checked.", frame.Length… in HandleFrame()
182 this.Log(LogLevel.Noisy, "Reading register {0}.", register); in HandleRegisterRead()
210 this.Log(LogLevel.Warning, "Read from unexpected register: 0x{0:X}", context); in HandleRegisterRead()
217 this.Log(LogLevel.Noisy, "Writing register {0} with data {1:X}.", register, data); in HandleRegisterWrite()
224 this.Log(LogLevel.Warning, "Unknown mode: 0x{0:1}", data); in HandleRegisterWrite()
228 this.Log(LogLevel.Info, "Entering {0} mode", operatingMode.ToString()); in HandleRegisterWrite()
232 this.Log(LogLevel.Info, "Entering {0} mode", operatingMode.ToString()); in HandleRegisterWrite()
242 this.Log(LogLevel.Info, "Setting channel {0}", Channel); in HandleRegisterWrite()
246 this.Log(LogLevel.Info, "Auto CRC turned {0}", autoCrc ? "on" : "off"); in HandleRegisterWrite()
249 … this.Log(LogLevel.Warning, "Write value 0x{0:X} to unexpected register: 0x{1:X}", data, context); in HandleRegisterWrite()
322 …this.Log(LogLevel.Warning, "Sending short frame (length {0}) - CRC is not calculated.", frameBuffe… in SendPacket()