Click or drag to resize
weroSoft AG, Software
ConsoleWorkerBaseWriteLine Method (String)
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Writes a message to the output.

Namespace:  WeroSoft.Installation
Assembly:  WeroSoft.Core.Library (in WeroSoft.Core.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public virtual void WriteLine(
	string message
)

Parameters

message
Type: SystemString
Message to be written.
Remarks
If timed format as enabled, this method silently skips empty lines.
See Also