Method: Roby::Application#log_dir

Defined in:
lib/roby/app.rb

#log_dirObject

The directory in which logs are to be saved Defaults to app_dir/data/$time_tag



1592
1593
1594
1595
1596
1597
1598
# File 'lib/roby/app.rb', line 1592

def log_dir
    unless @log_dir
        raise LogDirNotInitialized,
              "the log directory has not been initialized yet"
    end
    @log_dir
end