Le 28/4/16 à 15:06, Denis Kudriashov a écrit :
2016-04-28 14:51 GMT+02:00 Tudor Girba <[email protected]
<mailto:[email protected]>>:
And if I really wanted to add extra information, I rudimentary did:
{‘some text’ . object } asBeaconSignal log.
Or even:
{‘some text’ . #someSymbol . 42 . object } asBeaconSignal log.
And for such cases we definitely need simple #log message without
#asBeaconSignal. It can be hidden inside. Or it can be:
Log add: {‘some text’ . #someSymbol . 42 . object }
Yes I would prefer that instead sending add:
Log information: {‘some text’ . #someSymbol . 42 . object }