Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Syntax

<dllobject>.Job_WriteLog(string functionname = "", string text = "")

Parameters

functionname

name of function to associate with log entry (default blank, Log_Sectionheader will override)

text

text to display in log entry

Example

$cs.Job_WriteLog("PreInstall:","Application is running - retry later.")

#when using Log_SectionHeader
$cs.Log_SectionHeader("PreInstall",'o')
$cs.Job_WriteLog("Application is running - retry later.")

returns nothing

  • No labels