Click or drag to resize
VirtualPathLogLog Method
Logs load control or load virtual file to the ~/App_Data/logVirtualFiles.log file

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 8.2.23
Syntax
C#
public static void Log(
	string virtualPath,
	bool isPhysical = true,
	bool loadControl = true
)

Parameters

virtualPath
Type: SystemString
Virtual path
isPhysical (Optional)
Type: SystemBoolean
Indicates whether current file is physical
loadControl (Optional)
Type: SystemBoolean
Indicates whether log context is from load control method
See Also