Table of Contents

Method WriteSeparator

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

WriteSeparator(ILogWriter)

Writes a separator line to the log using the specified log writer.

public static ILogWriter WriteSeparator(this ILogWriter writer)

Parameters

writer ILogWriter

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

Returns

ILogWriter

Remarks

The separator line consists of a repeated character defined by the log writer implementation. This method is typically used to visually separate sections in the log output.