トラブルシューティング用に、Prinergy Diagnostics に問題を説明するメッセージを表示する場合に便利です。カスタム コードを使用して、Prinergy Diagnostics にメッセージを追加できます。
メッセージを追加するには、以下のコードを使用します。
'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. ")
Overview
Content Tools