Donate Share

Log4LS

Tracker: Bugs

5 Method Logger.addAppender - problem in ArrayAppend - ID: 1205169
Last Update: Settings changed ( tklems )

Hi Johan,
one more issue in

Method Logger.addAppender(appender As Appender)

This line goes wrong:
appenderList = Arrayappend(appenderList, appender)

The new appender is not added to the appenderList.
I guess the second parametr of ArrayAppend should be
an array.

This one works fine:
...
Set tmpArray(0) = appender
appenderList = Arrayappend(appenderList, tmpArray)
...

Tested on R6.5.4. Int Eng

Bye,
T.


Tomas Klems ( tklems ) - 2005-05-19 17:48

5

Open

None

Nobody/Anonymous

None

None

Public


Comments




Log in to comment.

No follow-up comments have been posted.

Attached File

No Files Currently Attached

Change ( 1 )

Field Old Value Date By
summary Method Logger.addAppender - problem inArrayAppend 2005-05-19 17:48 tklems