back to Table of Contents


LogClose (sub)

Close a branch in the debug output tree, should be called on any possible function exit points (ie. at any EXIT SUB/FUNCTION and END SUB/FUNCTION) or as conclusion of a debug section in the main program. The stored result of the respective (matching) call to the LogOpen() function must be passed back here.


SYNTAX:

LogClose ostat%

INPUTS:

ostat% (INTEGER)


back to Table of Contents