SignalR-Client-Cpp icon indicating copy to clipboard operation
SignalR-Client-Cpp copied to clipboard

Create structured logging

Open moozzyk opened this issue 10 years ago • 0 comments

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).

moozzyk avatar Feb 10 '15 01:02 moozzyk