Locate all occurrences of the ILogger interface in the codebase (likely in packages/*). Rename each occurrence to Logger, ensuring no naming conflicts with existing types. Update any references in imports, type annotations, and documentation. Pay attention to files outside src that may reference ILogger, such as configuration or test files. The coding guidelines linked in the issue specify that interfaces should not have an 'I' prefix.