Class Debugger
Debugger: displays and logs errors.
final public
|
|
public static
|
|
public static
boolean
|
|
public static
|
|
public static
|
|
public static
|
|
public static
|
|
public static
|
|
public static
mixed
|
|
public static
float
|
|
public static
mixed
|
|
public static
mixed
|
#
log( string|
Logs message or exception. |
public static
boolean
|
|
public static
boolean
|
string |
VERSION
|
# '2.3.11' |
boolean |
DEVELOPMENT
server modes |
# FALSE |
boolean |
PRODUCTION
server modes |
# TRUE |
|
DETECT
server modes |
# NULL |
string |
COOKIE_SECRET
|
# 'tracy-debug' |
string |
DEBUG
|
|
string |
INFO
|
|
string |
WARNING
|
|
string |
ERROR
|
|
string |
EXCEPTION
|
|
string |
CRITICAL
|
public static
string
|
$version
|
|
public static
boolean
|
$productionMode
in production mode is suppressed any debugging output |
|
public static
boolean
|
$showBar
whether to display debug bar in development mode |
# TRUE |
public static
boolean|integer
|
$strictMode
determines whether any error will cause immediate death; if integer that it's matched against error severity |
# FALSE |
public static
boolean
|
$scream
disables the @ (shut-up) operator so that notices and warnings are no longer hidden |
# FALSE |
public static
array
|
$onFatalError
of callables specifies the functions that are automatically called after fatal error |
# array() |
public static
integer
|
$maxDepth
how many nested levels of array/object properties display |
# 3 |
public static
integer
|
$maxLen
how long strings display |
# 150 |
public static
boolean
|
$showLocation
display location? |
# FALSE |
public static
string
|
$logDirectory
name of the directory where errors should be logged |
|
public static
integer
|
$logSeverity
log bluescreen in production mode for this error severity |
# 0 |
public static
string|array
|
$email
email(s) to which send error notifications |
|
public static
integer
|
$time
timestamp with microseconds of the start of the request |
|
public static
|
$source
|
|
public static
string
|
$editor
URI pattern mask to open editor |
# 'editor://open/?file=%file&line=%line' |
public static
string
|
$browser
command to open browser (use 'start ""' in Windows) |
|
public static
string
|
$errorTemplate
custom static error template |