May 2, 2016
5:31 a.m.
Le 28/4/16 à 15:06, Denis Kudriashov a écrit :
2016-04-28 14:51 GMT+02:00 Tudor Girba <tudor@tudorgirba.com <mailto:tudor@tudorgirba.com>>:
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 }