Versions Compared

Key

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

...

Enable logging. To be able to reenable logging sFuncname should contain a logical name. The name must match the name used when calling Job_Disablelog

 


Syntax

Job_EnableLog(sFunctionName) as Boolean 


Parameters

sFunctionName (String)

Current function

...


Example

Code Block
languagevb
themeEclipselanguagevb
titleVBScript
If bStatus Then bStatus = Job_EnableLog("Custom") 

Scripting Guidelines 


Related functions

Job_DisableLog