Click or drag to resize

WebFileCacheLogInfo Method

Logs the specified value at the Info trace level.

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

Parameters

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