Feedback

  • Contents
 

Show or hide function names in log messages

You can toggle the display of the name of the function that wrote a log message, using the View > Show Function Names command.  This command prefixes the name of the subsystem or application routine in front of the message.  For example, when function names are turned on, a log message might look like this:

CDeallocator::PerformDeallocations : 10:34:20: Connected

In other words, the "Connected" log entry was written by a function named CDeallocator.  When function names are turned off, the message entry would be:

10:34:20: Connected

You can toggle display of function names by pressing this toolbar button.

When function names are hidden in message entries, they still appear in the Message Detail pane at the bottom of the window.

Related Topics