SignalR-Client-Cpp
SignalR-Client-Cpp copied to clipboard
Create structured logging
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).