WinNT, Domino 6.5.1, C-API 6.5.1
during task or server shutdown, any use of the AddInLogMessageText( ) causes the server to PANIC.
has anyone written a server add-in that can actually use domino’s inbuilt logging to generate console messages during a task/server shutdown?
i can use printf( ) as a workaround but the output is never logged to the log database, it’s just text on the screen.
if anyone knows a windows function that can tell me if a thread (the current one) is being shut down/terminated that would also partially help with the printf workaround.