Posted By:
Anonymous
Posted On:
Wednesday, December 17, 2008 09:18 AM
I have an output like this : >2008-12-16 12:48:56,969 DEBUG Up3XgsDehxA7l3iEfn0_TOQ [Command.setParamValue] Impostato il valore del parametro #2 al valore [StructArray.toString] - WATY_TAB_STATO - Intestazione: COD_STAT - DES_STAT [StructArray.toString] - WATY_TAB_STATO - Riga 0: 0 - ATTIVO [StructArray.toString] - WATY_TAB_STATO - Riga 1: 1 - INATTIVO The fields separator is "-" I have a tool reading the log but in some fields appears the "-" so I get some troubles splitting the fields correctly. There is an easy way to change the fields separator from "-" to an other char ? Thanks Max.
More>>
I have an output like this :
>2008-12-16 12:48:56,969 DEBUG Up3XgsDehxA7l3iEfn0_TOQ [Command.setParamValue] Impostato il valore del parametro #2 al valore
[StructArray.toString] - WATY_TAB_STATO - Intestazione: COD_STAT - DES_STAT
[StructArray.toString] - WATY_TAB_STATO - Riga 0: 0 - ATTIVO
[StructArray.toString] - WATY_TAB_STATO - Riga 1: 1 - INATTIVO
The fields separator is "-"
I have a tool reading the log but in some fields appears the "-" so I get some troubles splitting the fields correctly.
There is an easy way to change the fields separator from "-" to an other char ?
Thanks
Max.
<<Less