Writes a message to the trace listeners in the Debug.Listeners collection.
message A message to write.
By default, the output is written to an instance of System.Diagnostics.DefaultTraceListener.
This method calls the TraceListener.Write(string) method of the trace listener.