content
» Set Server Logging, Meta-Update Samples
Move your mouse round the image for details.
This Meta-Update controls server logging. You can configure the script to have a default extension and path or specify both in the argument. [Main] declares script arguments and usage. [Do] turns off logging, and if logging is to be turned on, it Launches [DoOn] to set the log file and turn on logging. [Do]'s AssignInit] turns off logging (unless already off) by setting the automatic field DEBUG_MODE in the Tag: AR_INFO. [Do] is an example of a Control Section with no iteration. You can use these to update sequences of records. [DoOn] is Launched by [Do] if and only if logging is not to be turned off. |