Hi ISAM community,
We are on ISAM 9.0.4 soon moving to 9.0.5
We have a lot of customization in our mapping rule so I need to have a little knowledge of what happening in there. But at the same time, in production, I can't afford the lag from writing utra verbose tracing.
In the mapping rules, when I use the instruction "IDMappingExtUtils.traceString("test");" is there a way to control the level of tracing that this would apply to?
I would like to do some tracing in production that I could activate very specifically.
i.e. I would want absolutely only those tracing statement that I write to be written in the prod trace file and none of the other verbose stuff that normally comes with tracing activated.
When I activate the tracing there seems to be some mechanism to limit tracing as many choices are available:
ALL, FINEST, FINER, FINE, DETAIL, CONFIG, INFO, AUDIT, WARNING, SEVERE, FATAL, OFF
But all the example that I see always use ALL and the function signature as I understand it is:
static void traceString(java.lang.String str)
so no param to indicate which level this applies to.
Many thanks,
Louis
------------------------------
Louis Beaudry
Access Management
Intact Financial Corporation
------------------------------