Method: OpenC3::TcpipServerInterface#stop_raw_logging

Defined in:
lib/openc3/interfaces/tcpip_server_interface.rb

#stop_raw_loggingObject

Stop raw logging for this interface



285
286
287
288
# File 'lib/openc3/interfaces/tcpip_server_interface.rb', line 285

def stop_raw_logging
  @raw_logging_enabled = false
  change_raw_logging(:stop)
end