back to Table of Contents


LogInit (sub)

Init the debug output logging system, needs to be called once to activate debug output. As long the system is not initialized, all calls to any of the other functions will be ignored and no debug output is written at all.


SYNTAX:

LogInit file$, fmode%

INPUTS:

file$ (STRING)

fmode% (INTEGER)


MODE CONSTANTS:

QBDEBUG_FilterNone

QBDEBUG_FilterSimple

QBDEBUG_FilterFull


back to Table of Contents