This PR refactors the format method of the SimpleFormatter class to replace multiple calls to record.getLoggerName() with the source variable. This change improves code readability and ensures consistent usage of the logger name throughout the formatting process.