mirror of
https://github.com/meineerde/rackstash.git
synced 2025-10-17 14:01:01 +00:00
Since the Message class now formats the passed message on initialization anyways, there is no need anymore to retain the formatter there. Instead, we can just format the message string in the Logger before creating the Message instance. This significantly simplifies the Message class and better encapsulates the knowledge about the line formatter into the Logger class.