pub fn logs_dir() -> PathBufExpand description
What: Obtain the logs subdirectory inside the Pacsea config folder.
Inputs:
- None.
Output:
PathBufleading to thelogsdirectory (created if missing).
Details:
- Builds upon
config_dir()and ensures a stable location for log files.