Logs load control or load virtual file to the ~/App_Data/logVirtualFiles.log file
            
 
Namespace: CMS.IOAssembly: CMS.IO (in CMS.IO.dll) Version: 9.0.0
Syntaxpublic 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