Harper, Allen (AHARPER) <[EMAIL PROTECTED]> wrote:
> That's great for proceedurally setting parameters, but if your doing
> pure XML config that won't help.
> For instance refer to my example for setting the bufferSize below.
> Proceedurally you -> asyncAppender.setBufferSize(ASYNC_APPENDER_SIZE);
> 
> Event the text is different.
> 
> Have I missed something, or do you get my point ?

AsyncAppender has the following set methods:
void setBufferSize(int size)
void setLocationInfo(boolean flag) 
so you could do
    <param name="BufferSize" value="10" />
    <param name="LocationInfo" value="true" />



-- 
James Stauffer
http://www.geocities.com/stauffer_james/

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

Reply via email to