Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space PRINSAG and version 9.0
Sv translation
languageen

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. ")

Sv translation
languagede

Für die Fehlerbehebung ist es sinnvoll, in Prinergy Diagnostics eine Meldung anzuzeigen, die das Problem beschreibt. Sie können Prinergy Diagnostics mit eigenem Code Meldungen hinzufügen.
Eine Meldung können Sie mit folgendem Code hinzufügen:
'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. ")

Sv translation
languagezh

对于故障排除,在印能捷诊断中显示描述问题的消息会很有帮助。可以使用自定义代码向印能捷诊断中添加消息。
可以使用以下代码添加消息:
'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. ")

Sv translation
languagees

A la hora de solucionar los problemas, puede resultar útil que aparezca un mensaje en Prinergy Diagnostics que describa el problema. Puede usar código personalizado para agregar mensajes a Prinergy Diagnostics.
Puede agregar un mensaje utilizando el siguiente código:
'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. ")

Sv translation
languagefr

En cas de dépannage, il peut s'avérer utile de voir apparaître un message décrivant le problème dans Prinergy Diagnostics. Vous pouvez utiliser le code personnalisé pour ajouter des messages à Prinergy Diagnostics.
Vous pouvez ajouter un message en utilisant le code suivant :
'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. ")

Sv translation
languageja

トラブルシューティング用に、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. ")