Page tree

Versions Compared

Key

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

...

The Logger shows all ActiveMQ/VHMSG messages and saves them all to disk. You can find them   They are found in \local_tests in your the project folder.  The Logger also allows you to send the sending of ActiveMQ messages.  This component starts automatically when the Launcher starts; this behavior can be turned off in the Launcher.

The logger allows you to create custom filters that will Logger's filters can be customized to search through the messages and only display messages that satisfy the filter, save all of the messages or some filtered ones to a text file, import messages, and search through the messages.

The filters are not case sensitive and , search the entire message; you are given the option to create , and can be created as either "Positive" (contains) or "Negative" (does not contain).  Advanced filters . You can also create an advanced filter which lets you enter up to 5 terms, and chose the logical operator used to join can be created with up to five terms with varied logic operators joining the terms. 

The Logger automatically timestamps all messages , and adds a header to every file it saves.  The current format for the time stamps timestamps is as follows: HourMinSecMillisec where ; Hour, Min, and Sec are 2 digits and Millisec is up to three digits. You can create your own tag per session which   Customized tags can be created for each session.  These tags will be added to the files and folder; the default tag is 'automated-test'.

See the Javadoc for information about the source code.

...