Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

User's Custom filter on the Log Panel can be changed with a script or macro. For more details on the filter and its configuration in the user interface, see Custom filter in the Log Panel.

Use APPLY_FILTER reaction of the VIDEOSRV_M object to create or change the user's custom filter in the Log Panel:

DoReact("VIDEOSRV_M","","APPLY_FILTER","computer<>,query<>");

...