You can print different types of messages on the Simulation Console pane by using the following codes


  • SimulationManager.logConsoleDebug (Project project, String message)

Displays debugging information.

  • SimulationManager.logConsoleInfo (Project project, String message)

Displays information in general.

  • SimulationManager.logConsoleWarn (Project project, String message)

Displays warning messages.

  • SimulationManager.logConsoleError (Project project, String message)

Displays error messages.