Lines Matching refs:LogLevel
64 device.Log(LogLevel.Warning, "Trying to write to a Read-Only endpoint"); in WriteData()
68 device.Log(LogLevel.Noisy, "Writing {0} bytes of data", packet.Length); in WriteData()
70 device.Log(LogLevel.Noisy, Misc.PrettyPrintCollectionHex(packet)); in WriteData()
76 …device.Log(LogLevel.Warning, "There is no data handler currently registered. Ignoring the written … in WriteData()
97 device.Log(LogLevel.Noisy, "Data read callback set"); in SetDataReadCallbackOneShot()
100 device.Log(LogLevel.Noisy, "Data read callback fired"); in SetDataReadCallbackOneShot()
102 …device.Log(LogLevel.Noisy, "Sending back {0} bytes: {1}", buffer.Peek().Count(), Misc.PrettyPrintC… in SetDataReadCallbackOneShot()
110 … device.Log(LogLevel.Noisy, "No data to read in non-blocking mode - returning an empty buffer"); in SetDataReadCallbackOneShot()
147 …Logger.Log(LogLevel.Warning, "Read more data from the USB endpoint ({0}) than limit ({1}). Some by… in Read()
181 device.Log(LogLevel.Noisy, "Handling data packet of size: {0}", data.Count); in HandlePacket()
183 device.Log(LogLevel.Noisy, Misc.PrettyPrintCollectionHex(data)); in HandlePacket()
195 …device.Log(LogLevel.Noisy, "Enqueuing chunk of {0} bytes: {1}", chunk.Count(), Misc.PrettyPrintCol… in HandlePacket()
205 device.Log(LogLevel.Noisy, "Enqueuing end of packet marker"); in HandlePacket()