Click or drag to resize

ConsoleAndFileLoggerWriteLineToLog Method

Writes a text to the log file.

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

Parameters

text
Type: SystemString
The text to write.
See Also