Class Tracy
Responsibility - any development and logging messages and exceptions printing and logging by Tracy.
- Printing any variable in content body by Tracy.
- Printing any variable in Tracy debug bar.
- Caught exceptions printing by Tracy.
- Any variables and caught exceptions file logging by Tracy.
- Time printing by Tracy.
- MvcCore\Debug implements MvcCore\IDebug uses MvcCore\Debug\Props, MvcCore\Debug\Initializations, MvcCore\Debug\Handlers
- 
			 MvcCore\Ext\Debugs\Tracy MvcCore\Ext\Debugs\Tracy
| 
			 public static
			
			
			 | |
| 
			 protected static
			
			
			 | 
| 
			BarDump(), 
			Dump(), 
			Exception(), 
			Log(), 
			SetStrictExceptionsMode(), 
			ShutdownHandler(), 
			Timer()
		 | 
| 
			SetStrictExceptionsMode(), 
			getSystemCfgDebugSection(), 
			initLogDirectory(), 
			initStrictExceptionsMode()
		 | 
| string | 
				VERSION
			MvcCore Extension - Debug Tracy - version: Comparison by PHP function version_compare(); | 
				#
				 '5.0.0' | 
| 
			CRITICAL, 
			DEBUG, 
			ERROR, 
			EXCEPTION, 
			INFO, 
			JAVASCRIPT, 
			WARNING
		 | 
| 
			public static 
			string[]
		 | $ExtendedPanels Extended Tracy panels registry for automatic panel initialization.
If panel class exists in  | 
				#
				 [
        'MvcCorePanel',
        'SessionPanel',
        'RoutingPanel',
        'AuthPanel',
        // 'IncludePanel', // created and registered every time by default as the last one
    ] | 
| 
			public static 
			string
		 | $Editor Add editor key for every Tracy editor link to open your files in specific editor. | 
				#
				 '' |