ITLogLib.Deinitialize

 

Function Deinitialize() As Boolean

 

Purpose:

§      deinitializes the logging library

 

Actions:

§      closes all logchannels and thus flushes all pending output

 

Return value:

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

§      False if an error occurred

 

Notes:

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