Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Disables logging. Normally used to minimize the number of entries in the log e.g when working with large arrays

 


Syntax

Job_DisableLog(sFunctionName) as Boolean 


Parameters

sFunctionName (String)

Current function


Example

Code Block
language
languagevb
themeEclipse
vbtitleVBScript
If bStatus Then bStatus = Job_DisableLog("Custom") 

Scripting Guidelines 


Related functions

Job_EnableLog