Python Streamer: Streamer Methods
Method | Function |
---|---|
Streamer.log(signal, value[, epoch]) | log a signal and value Read More... |
Streamer.log_object(obj[, key_prefix[, epoch]]) | log all of the values of an object Read More... |
Streamer.flush() | flush the queue Read More... |
Streamer.close() | safely close the streamer Read More... |