Page tree

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

Compare with Current View Page History

« Previous Version 8 Current »

For troubleshooting, it can be helpful to have a message appear in Prinergy Diagnostics that describes the problem. You can use custom code to add messages to Prinergy Diagnostics.


You can add a message using the following code:

'This function writes the message Please resend the job. to Diag
Creo.PWS.Automation.LowLevelUtilities.DiagMessage.LogMessage( _
System.Diagnostics.TraceLevel.Info, " Please resend the job. ")

  • No labels