About diagnostic messages

All diagnostic messages have this base set of parameters:

  • Application: The name of the web application logging the message.
  • URL: The absolute URL logging the message.
  • User: The user name currently signed in.
  • Category: The type of message being logged.
  • Event: The name or title of the diagnostic message. Some are predefined in the architecture; however, developers can create their own.
  • Title: The name and location of the field display format or Web Part that is creating this diagnostic message. For example:
    • TopBarGrid in IPFDemo_TopMenu with IPFDemo_FDF_TopBarGrid. This is the name of the cell (TopBarGrid), the parent layout (IPFDemo_TopMenu), and the name of the field display format on the cell (IPFDemo_FDF_TopBarGrid).
    • Grid Web Part in /IPFSitePages/IPFDemo_Barcodes.aspx. This is the name of the Web Part (Grid Web Part), the location of the page it is on (IPFSitePages), and the page file name (IPFDemo_Barcodes.aspx).