Click or drag to resize

ConsoleLoggerWriteLine Method (String)

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

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

Parameters

msg
Type: SystemString
The MSG.
See Also