Click or drag to resize

InstallerLogInfo Method

Logs information.

Namespace:  callback.ShellBoost.Core.Client
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public void LogInfo(
	Object value,
	string methodName = null
)

Parameters

value
Type: SystemObject
The value.
methodName (Optional)
Type: SystemString
The calling method name.
See Also