Get the path of the log files directory.
(self)
| 805 | return self._session_dir |
| 806 | |
| 807 | def get_logs_dir_path(self): |
| 808 | """Get the path of the log files directory.""" |
| 809 | return self._logs_dir |
| 810 | |
| 811 | def get_sockets_dir_path(self): |
| 812 | """Get the path of the sockets directory.""" |
no outgoing calls