Getting details about the last error

Almost all methods return a boolean value (represented by the integer value 0 or 1) or an object pointer reflecting the success of the operation. You should test this value. If it is "negative" (0 respectively NULL) then an error occurred. To get details about the error you can use the following (property) methods:

·      ITLogLibGetLastErrorCode()

·      ITLogLibGetLastErrorDescription()