Method WriteLine
WriteLine(ILogWriter)
Writes an empty line to the log output using the specified log writer.
public static ILogWriter WriteLine(this ILogWriter writer)
Parameters
writerILogWriterThe 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.