Emits an informational trace message to Trace History.

public static void TraceInformation( 
string message 
)

Parameters

message

Type: string

To see a list of trace messages, select Tools | Diagnostics | View Trace History.

Typically, the Trace History dialog is configured to display warning and error messages only. You may have to modify the filter settings and/or your trace configuration options. For more information, see Troubleshooting.

See TraceWarning for a usage example.