STD.System.Log.dbglog ( text )
text | A string containing the text to write. |
Return: | dbglog does not return a value. |
The dbglog action writes the text string to the eclagent.log file for the workunit.
In a containerized platform deployment, this action writes the text string to the eclagent pod's log, accessible using this command:
kubectl logs <podname>
Example:
IMPORT STD; STD.System.Log.dbglog('Got Here 1'); //write text to log