| DebugHelperGetDebugLogLength Method (String) | 
            Returns log length of given debug (looks first to the settings, if the value is not defined, takes value from web.config, if not defined even in web.config, returns 10 as default value).
            
 
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
 Syntax
Syntaxpublic static int GetDebugLogLength(
	string keyName
)
Parameters
- keyName
- Type: SystemString
 Name of the setting
Return Value
Type: 
Int32 See Also
See Also