I have:

<param name="Threshold" value="error"/>

and I really want:

<param name="Threshold" value="crit"/>

where crit represents a class named CritPriority, a subclass of Priority
I've defined

Is there a way to do this with the xml configurator?

Can I put an integer value in here like so:

<param name="Threshold" value="42000"/>

?

Mike Papper


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to