Method: Roby::Application#created_log_dirs
- Defined in:
- lib/roby/app.rb
#created_log_dirs ⇒ Array<String> (readonly)
The list of log directories created by this app
They are deleted on cleanup if #public_logs? is false. Unlike with #created_log_base_dirs, they are deleted even if they are not empty.
583 584 585 |
# File 'lib/roby/app.rb', line 583 def created_log_dirs @created_log_dirs end |