FileLogTraceListener.Write(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.
Writes a verbatim message to disk, without any additional context information.
public:
override void Write(System::String ^ message);
public override void Write (string message);
override this.Write : string -> unit
Public Overrides Sub Write (message As String)
Parameters
- message
- String
String
. The custom message to write.
Remarks
The Write method writes a specific message to the log file, without any additional context information.
Use the one of the TraceData methods to include the context information in the log output.
Applies to
See also
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.