Table of Contents

Method WriteLine

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

WriteLine(ILogWriter)

Writes an empty line to the log output using the specified log writer.

public static ILogWriter WriteLine(this ILogWriter writer)

Parameters

writer ILogWriter

The log writer to which the empty line will be written. Cannot be null.

Returns

ILogWriter

The same ILogWriter instance that was provided, to support method chaining.