2016-04-27 20:50 GMT+02:00 stepharo <stepharo@free.fr>:
Beacon introduce WrapperSignal to solve it. But it only provides target and timestamp. What I should do if I want to put little remark for my object? And what if I want to put little remark for ThisContextSignal?

My idea that logging should be as simple as possible and we not need another "everything is signal" concept here: it is restriction. Everything is object. And every object should be able to log.

In the minimalLog

MinimalLog
������ object: MyCoolObject new;
������ emit

no need of message

And for my example when I want mark ThisContextSignal with extra user message how I can achieve it?��