ILogging.Trace(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Logs a trace message.
public:
void Trace(System::String ^ applicationName, System::String ^ message);
public void Trace (string applicationName, string message);
abstract member Trace : string * string -> unit
Public Sub Trace (applicationName As String, message As String)
Parameters
- applicationName
- String
Specifies the application name used in the log.
- message
- String
Specifies the message used in the log.