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