Re: New Mini-language element -

2012-05-10 Thread Malin Nicolas
Thanks a lot adrian for this detail. It's a good enhancement for debugging mini-lang code Nicolas Le 08/05/2012 11:40, Adrian Crum a écrit : No, the element would not have a message attribute or any means of specifying what to log. It is only an /on/off switch. All of the logging details are

Re: New Mini-language element -

2012-05-08 Thread Erwan de FERRIERES
Le 07/05/2012 19:51, Adrian Crum a écrit : I am considering adding an element to Mini-language - - to aid with development. The element would be used like so: Each contained element will log detailed information on its internal state using the specified log level. A developer trying to deb

Re: New Mini-language element -

2012-05-08 Thread Jacopo Cappellato
+1 On May 7, 2012, at 7:51 PM, Adrian Crum wrote: > I am considering adding an element to Mini-language - - to aid with > development. The element would be used like so: > > > > > > Each contained element will log detailed information on its internal state > using the specified log level.

Re: New Mini-language element -

2012-05-08 Thread Adrian Crum
No, the element would not have a message attribute or any means of specifying what to log. It is only an /on/off switch. All of the logging details are in the Mini-language Java code. So, this Mini-language code: would produce something like: 2012-05-08 ... MyServices.xml, Line 243 elem

Re: New Mini-language element -

2012-05-08 Thread Nicolas Malin
Nice idea. Just to understand the log element can't be extend to support this functionnality ? the list ${listName} Or you want adding a new element trace to separate the log message than strace process ? nicolas Le 07/05/2012 19:51, Adrian Crum a écrit : I am considering adding an elem

Re: New Mini-language element -

2012-05-07 Thread Ankit Jain
+1, Nice one for debugging in xml. Regards, Ankit Jain On Mon, May 7, 2012 at 11:21 PM, Adrian Crum wrote: > I am considering adding an element to Mini-language - - to aid with > development. The element would be used like so: > > > > > > Each contained element will log detailed informatio

Re: New Mini-language element -

2012-05-07 Thread Jacques Le Roux
+1, sounds useful (if we finally keep minilang...) Jacques From: "Adrian Crum" I am considering adding an element to Mini-language - - to aid with development. The element would be used like so: Each contained element will log detailed information on its internal state using the specif

New Mini-language element -

2012-05-07 Thread Adrian Crum
I am considering adding an element to Mini-language - - to aid with development. The element would be used like so: Each contained element will log detailed information on its internal state using the specified log level. A developer trying to debug a block of code can enclose it with th