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