To log which mash up is being loaded.
Log where? and all the mashups and submashups?
I want to get the loading mash up name in runtime. I will log that in a stream
You have to do it by "hand":
Create a Service on a Thing Helper called for instance LogMashup(mashupName)
Then on each mashup you will need to call this Service (with Loaded Event) passing the corresponding mashupName.
It's a pain, but the only way right now as far as I know.