| Write python code to Create a file access logger with audit trail using pathlib. logs file access operations; records user, timestamp, operation type; stores logs securely; filters sensitive data. Structure the project as: src/, utils/access_logger.py, validators/path_validator.py. Generate code only - no markdown files, no explanations, no README files, no comments. Keep output concise and purpose-ready. |