When calling both VixDiskLib_InitEx and VixMntapi_Init my code provides all three logging functions.
Yet, there are still messages written to standard output, such as
[2009-10-29 11:51:47.209 B763BB30 info 'App'] Current working directory: /mnt/disk2/home/devel/trunk
[2009-10-29 11:26:10.017 B75A3B30 trivia 'SOAP'] Sending soap request to [TCP:10.10.42.200:443]: retrieveContent
[2009-10-29 11:26:10.021 B75A3B30 trivia 'SOAP'] Received soap response from [TCP:10.10.42.200:443]: retrieveContent
[2009-10-29 11:26:10.022 B75A3B30 trivia 'SOAP'] Sending soap request to [TCP:10.10.42.200:443]: GetConfig
[2009-10-29 11:26:10.032 B75A3B30 trivia 'SOAP'] Received soap response from [TCP:10.10.42.200:443]: GetConfig
How can these messages be prevented, or redirected to my own logging functions ?
Yet, there are still messages written to standard output, such as
[2009-10-29 11:51:47.209 B763BB30 info 'App'] Current working directory: /mnt/disk2/home/devel/trunk
[2009-10-29 11:26:10.017 B75A3B30 trivia 'SOAP'] Sending soap request to [TCP:10.10.42.200:443]: retrieveContent
[2009-10-29 11:26:10.021 B75A3B30 trivia 'SOAP'] Received soap response from [TCP:10.10.42.200:443]: retrieveContent
[2009-10-29 11:26:10.022 B75A3B30 trivia 'SOAP'] Sending soap request to [TCP:10.10.42.200:443]: GetConfig
[2009-10-29 11:26:10.032 B75A3B30 trivia 'SOAP'] Received soap response from [TCP:10.10.42.200:443]: GetConfig
How can these messages be prevented, or redirected to my own logging functions ?