Method: Roby::Application#log_server_pid

Defined in:
lib/roby/app.rb

#log_server_pidInteger? (readonly)

The PID of the server that gives access to the log file

Its port is allocated automatically, and must be discovered through the Roby interface

Returns:

  • (Integer, nil)


321
322
323
# File 'lib/roby/app.rb', line 321

def log_server_pid
  @log_server_pid
end