Table of Contents

Method WriteLine

Namespace
Alternet.Common.Wpf
Assembly
Alternet.Common.Wpf.v9.dll

WriteLine(string)

Writes the output to the OutputDebugString function and to the Log(int, string, string) method, followed by a carriage return and line feed (\r\n).

public override void WriteLine(string message)

Parameters

message string

The message to write to OutputDebugString and Log(int, string, string).