Click or drag to resize

ConsoleLoggerWriteLine Method (String)

Writes the specified string value, followed by the current line terminator.

Namespace:  ShellBoost.Core.Utilities
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
protected virtual void WriteLine(
	string msg
)

Parameters

msg
Type: SystemString
The MSG.
See Also