Method WriteSeparator
WriteSeparator(ILogWriter)
Writes a separator line to the log using the specified log writer.
public static ILogWriter WriteSeparator(this ILogWriter writer)
Parameters
writerILogWriterThe log writer to which the separator line will be written. Cannot be null.
Returns
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.