Method: OpenC3::TcpipServerInterface#start_raw_logging
- Defined in:
- lib/openc3/interfaces/tcpip_server_interface.rb
#start_raw_logging ⇒ Object
Start raw logging for this interface
268 269 270 271 |
# File 'lib/openc3/interfaces/tcpip_server_interface.rb', line 268 def start_raw_logging @raw_logging_enabled = true change_raw_logging(:start) end |