Method: Roby::Application#log_server_port

Defined in:
lib/roby/app.rb

#log_server_portInteger? (readonly)

The port on which the log server is started

It is by default started on an ephemeral port, that needs to be discovered by clients through the Roby interface’s Interface#log_server_port

Returns:

  • (Integer, nil)


330
331
332
# File 'lib/roby/app.rb', line 330

def log_server_port
  @log_server_port
end