Class Tracy
Core debug tools - printing any value by var_dump(); in fixed bar at browser window right bottom border - timing printing - debuging shortcut functions initialization - exceptions hdd logging or printing in development mode
- MvcCore\Debug
-
MvcCore\Ext\Debug\Tracy
public static
|
|
protected static
|
BarDump(),
Dump(),
Exception(),
FireLog(),
Log(),
ShutdownHandler(),
Timer(),
dumpHandler(),
exceptionHandler(),
initLogDirectory(),
timerHandler()
|
string |
VERSION
MvcCore Extension - Debug Tracy - version: Comparation by PHP function version_compare(); |
#
'4.2.0'
|
CRITICAL,
DEBUG,
ERROR,
EXCEPTION,
INFO,
JAVASCRIPT,
WARNING
|
public static
boolean
|
$autoInitPanels
Auto initialize all panel classes if exists in registry bellow. |
#
TRUE
|
public static
string[]
|
$ExtendedPanels
Extended Tracy panels registry for automatic panel initialization. If panel class exists, it is automaticly created and registred into Tracy bar. |
#
array(
'MvcCorePanel',
'SessionPanel',
'RoutingPanel',
'AuthPanel',
// 'IncludePanel', // added every time strictly, not in foreach
)
|
public static
string
|
$Editor
Add editor key for every Tracy editor link to open your files in specific editor. |
#
''
|
public static
callable
|
$InitGlobalShortHands
Initialize global development shorthands. |
#
array()
|
$EmailRecepient,
$LogDirectory,
$development,
$dumps,
$handlers,
$originalDebugClass,
$timers
|