B4J Tutorial LogServer sending complex data

Data from classes, types or any other object can be sent as a message to LogServer by writing a Sub to format the data in an easily readable manner.

The example app (B4j) shows this, and how using the filter and find options makes finding what your are looking for simple.

There are two options: Send each piece of data in a separate message, in which case filtering the data will not give much information. Only the specific lines that the data appears on. So you would need to find each one individually.

If you create a message that contains all of the data, you can then filter the data and you will see the whole record for each match. You can copy these to the clipboard by selecting with the mouse and pressing Ctrl-C, or selecting copy from the edit menu.
 

Attachments

  • LoggingTypes.zip
    7.3 KB · Views: 305
Top