This repository was archived by the owner on Mar 12, 2021. It is now read-only.

Description
At the moment log_writer has just a write method that gets a formatted message to be logged. We should also have a method that takes time, message severity and message so that the users can writes log as they see it fit (e.g. save to a database without having to reverse-engineer the formatted message).