ITLogLibDeinitialize

 

int ITLogLibDeinitialize();

 

Purpose:

§      deinitialize the logging library

 

Actions:

§      closes all logchannels and thus flushing all pending output

 

Return value:

§      1 after successful deinitialization
You get this return value too if the logging library already was deinitialized before the call.

§      0 if an error occurred

 

Notes:

§      Currently this method endlessly tries to flush the output and returns only after succeeding.