Message Board Client Side Logging

The Message Board app will now log any errors that occur on the client side to a “frmOneMsgBd.log” file.

This allows us to see if a customer is having an ongoing and/or a consistent issue using the Message Board app on the client side that they are dismissing every time it comes up.

Any errors that occur will be logged on a separate line with a time stamp and a description of the error.

The log will prune itself when it grows to 200 Megabytes, to ensure that it does not take up too much space on the customer’s computer.

Location of the log: trunk\Packages\ONE\Src\frmOneMsgBd.log (If it doesn’t exist yet, running the latest version of the Message Board app will create it).