Output View

The Output View is a dockable panel that concentrates every status message g-Space produces while running a procedure or background task. It is the primary place to watch long-running operations, confirm that an import finished correctly, and read the description of any error or warning raised by the engine.

lesson01_output_view.png

What appears in the panel

  • Name / Type / Start Time / Stop Time / Run Time / Status — each row is one executed task; Type identifies the kind of action (Verb execution, View action, Data manager action, etc.), Status shows Ok/error at a glance.
  • Double-clicking a row opens a details dialog with the full message log for that task, filterable by severity: Debug, Log, Benchmark (timing/throughput), Warning, Error and Critical.
  • Right-click the list and choose Filter by type... to show only tasks of the selected types.

Typical uses

  • Following the progress of a velocity-model build, seismic-attribute calculation or volumetric computation.
  • Diagnosing data-loading problems — if a project shows inconsistent horizons, seismic, or wells after an import, the Output View typically carries a descriptive message. See also Service Tasks.
  • Auditing database operations — connect / sync / import / export messages are all written here.

Showing and hiding the panel

Like the other dock panels, the Output View can be toggled from the main window's view menu and docked to any edge of the application. When closed, status messages still accumulate and become visible the next time it is opened.

See Also