Index
A
- Bar::addPanel() — Method in class Bar
Add custom panel.
- BlueScreen::addPanel() — Method in class BlueScreen
Add custom panel as function (?\Throwable $e): ?array
- BlueScreen::addAction() — Method in class BlueScreen
Add action.
- TracyExtension::afterCompile() — Method in class TracyExtension
B
- Bar — Class in namespace Tracy
Debug Bar.
- BlueScreen — Class in namespace Tracy
Red BlueScreen.
- Bridge — Class in namespace Tracy\Bridges\Nette
Bridge for NEON & Latte.
- $ Debugger#browser — Property in class Debugger
- Debugger::barDump() — Method in class Debugger
Dumps information about a variable in Tracy Debug Bar.
C
- $ BlueScreen#collapsePaths — Property in class BlueScreen
- $ Debugger#customCssFiles — Property in class Debugger
- $ Debugger#customJsFiles — Property in class Debugger
- Helpers::capture() — Method in class Helpers
Captures PHP output into a string.
D
- Bar::dispatchAssets() — Method in class Bar
Renders debug bar assets.
- Debugger — Class in namespace Tracy
Debugger: displays and logs errors.
- Debugger::dispatch() — Method in class Debugger
- Debugger::dump() — Method in class Debugger
Dumps information about a variable in readable format.
- Debugger::detectDebugMode() — Method in class Debugger
Detects debug mode by IP address.
- DefaultBarPanel — Class in namespace Tracy
IBarPanel implementation helper.
- $ DefaultBarPanel#data — Property in class DefaultBarPanel
- Dumper — Class in namespace Tracy
Dumps a variable.
- Dumper::dump() — Method in class Dumper
Dumps variable to the output.
- $ Logger#directory — Property in class Logger
- Logger::defaultMailer() — Method in class Logger
Default mailer.
E
- $ Debugger#email — Property in class Debugger
- $ Debugger#editor — Property in class Debugger
- $ Debugger#editorMapping — Property in class Debugger
- $ Debugger#errorTemplate — Property in class Debugger
- Debugger::enable() — Method in class Debugger
Enables displaying or logging errors and exceptions.
- Debugger::exceptionHandler() — Method in class Debugger
Handler to catch uncaught exception.
- Debugger::errorHandler() — Method in class Debugger
Handler to catch warnings and notices.
- Dumper::encodeString() — Method in class Dumper
- Helpers::editorLink() — Method in class Helpers
Returns HTML link to editor.
- Helpers::editorUri() — Method in class Helpers
Returns link to editor.
- Helpers::escapeHtml() — Method in class Helpers
- Helpers::errorTypeToString() — Method in class Helpers
- $ Logger#email — Property in class Logger
- $ Logger#emailSnooze — Property in class Logger
- OutputDebugger::enable() — Method in class OutputDebugger
F
- Debugger::fireLog() — Method in class Debugger
Sends message to FireLogger console.
- Dumper::formatSnapshotAttribute() — Method in class Dumper
- FireLogger — Class in namespace Tracy
FireLogger console logger.
- Helpers::formatHtml() — Method in class Helpers
- Helpers::findTrace() — Method in class Helpers
- Helpers::fixStack() — Method in class Helpers
- Helpers::fixEncoding() — Method in class Helpers
- $ Logger#fromEmail — Property in class Logger
- Logger::formatMessage() — Method in class Logger
- Logger::formatLogLine() — Method in class Logger
G
- Bar::getPanel() — Method in class Bar
Returns panel with given id
- BlueScreen::getDumper() — Method in class BlueScreen
- TracyExtension::getConfigSchema() — Method in class TracyExtension
- Debugger::getBlueScreen() — Method in class Debugger
- Debugger::getBar() — Method in class Debugger
- Debugger::getLogger() — Method in class Debugger
- Debugger::getFireLogger() — Method in class Debugger
- DefaultBarPanel::getTab() — Method in class DefaultBarPanel
Renders HTML code for custom tab.
- DefaultBarPanel::getPanel() — Method in class DefaultBarPanel
Renders HTML code for custom panel.
- Helpers::getClass() — Method in class Helpers
- Helpers::getSource() — Method in class Helpers
- Helpers::guessClassFile() — Method in class Helpers
- Helpers::getSuggestion() — Method in class Helpers
Finds the best suggestion.
- Helpers::getNonce() — Method in class Helpers
- IBarPanel::getTab() — Method in class IBarPanel
Renders HTML code for custom tab.
- IBarPanel::getPanel() — Method in class IBarPanel
Renders HTML code for custom panel.
- Logger::getExceptionFile() — Method in class Logger
H
- BlueScreen::highlightFile() — Method in class BlueScreen
Returns syntax highlighted source code.
- BlueScreen::highlightPhp() — Method in class BlueScreen
Returns syntax highlighted source code.
- BlueScreen::highlightLine() — Method in class BlueScreen
Returns highlighted line in HTML code.
- Dumper::hideValue() — Method in class Dumper
- Helpers — Class in namespace Tracy
Rendering helpers for Debugger.
- OutputDebugger::handler() — Method in class OutputDebugger
I
- $ BlueScreen#info — Property in class BlueScreen
- BlueScreen::isCollapsed() — Method in class BlueScreen
Should a file be collapsed in stack trace?
- Bridge::initialize() — Method in class Bridge
- Debugger::isEnabled() — Method in class Debugger
- Helpers::improveException() — Method in class Helpers
- Helpers::improveError() — Method in class Helpers
- Helpers::isHtmlMode() — Method in class Helpers
- Helpers::isAjax() — Method in class Helpers
- IBarPanel — Class in namespace Tracy
Custom output for Debugger.
- ILogger — Class in namespace Tracy
- Logger.
K
- $ BlueScreen#keysToHide — Property in class BlueScreen
L
- TracyExtension::loadConfiguration() — Method in class TracyExtension
- PsrToTracyLoggerAdapter::log() — Method in class PsrToTracyLoggerAdapter
- TracyToPsrLoggerAdapter::log() — Method in class TracyToPsrLoggerAdapter
- $ Debugger#logDirectory — Property in class Debugger
- $ Debugger#logSeverity — Property in class Debugger
- Debugger::log() — Method in class Debugger
Logs message or exception.
- $ Dumper#liveSnapshot — Property in class Dumper
- FireLogger::log() — Method in class FireLogger
Sends message to FireLogger console.
- ILogger::log() — Method in class ILogger
- Logger — Class in namespace Tracy
- Logger.
- Logger::log() — Method in class Logger
Logs message or exception to file and sends email notification.
- Logger::logException() — Method in class Logger
Logs exception to the file if file doesn't exist.
M
- $ BlueScreen#maxDepth — Property in class BlueScreen
- $ BlueScreen#maxLength — Property in class BlueScreen
- MailSender — Class in namespace Tracy\Bridges\Nette
Tracy logger bridge for Nette Mail.
- $ Debugger#maxDepth — Property in class Debugger
- $ Debugger#maxLength — Property in class Debugger
- $ Debugger#maxLen — Property in class Debugger
- $ FireLogger#maxDepth — Property in class FireLogger
- $ FireLogger#maxLength — Property in class FireLogger
- $ Logger#mailer — Property in class Logger
O
- $ Debugger#onFatalError — Property in class Debugger
- $ Dumper#objectExporters — Property in class Dumper
- OutputDebugger — Class in namespace Tracy
Debugger for outputs.
P
- PsrToTracyLoggerAdapter — Class in namespace Tracy\Bridges\Psr
Psr\Log\LoggerInterface to Tracy\ILogger adapter.
- $ Debugger#productionMode — Property in class Debugger
R
- Bar::renderLoader() — Method in class Bar
Renders loading
- Bar::render() — Method in class Bar
Renders debug bar.
- BlueScreen::render() — Method in class BlueScreen
Renders blue screen.
- BlueScreen::renderToFile() — Method in class BlueScreen
Renders blue screen to file (if file exists, it will not be overwritten).
- Bridge::renderLatteError() — Method in class Bridge
- Bridge::renderLatteUnknownMacro() — Method in class Bridge
- Bridge::renderMemberAccessException() — Method in class Bridge
- Bridge::renderNeonError() — Method in class Bridge
- $ Debugger#reservedMemorySize — Property in class Debugger
- Debugger::renderLoader() — Method in class Debugger
Renders loading
- $ Dumper#resources — Property in class Dumper
S
- $ BlueScreen#showEnvironment — Property in class BlueScreen
- MailSender::send() — Method in class MailSender
- $ Debugger#showBar — Property in class Debugger
- $ Debugger#showFireLogger — Property in class Debugger
- $ Debugger#strictMode — Property in class Debugger
- $ Debugger#scream — Property in class Debugger
- $ Debugger#showLocation — Property in class Debugger
- Debugger::shutdownHandler() — Method in class Debugger
Shutdown handler to catch fatal errors and execute of the planned activities.
- Debugger::setLogger() — Method in class Debugger
- Logger::sendEmail() — Method in class Logger
- OutputDebugger::start() — Method in class OutputDebugger
T
- TracyExtension — Class in namespace Tracy\Bridges\Nette
Tracy extension for Nette DI.
- TracyToPsrLoggerAdapter — Class in namespace Tracy\Bridges\Psr
Tracy\ILogger to Psr\Log\LoggerInterface adapter.
- $ Debugger#time — Property in class Debugger
- Debugger::timer() — Method in class Debugger
Starts/stops stopwatch.
- $ Dumper#terminalColors — Property in class Dumper
- Dumper::toHtml() — Method in class Dumper
Dumps variable to HTML.
- Dumper::toText() — Method in class Dumper
Dumps variable to plain text.
- Dumper::toTerminal() — Method in class Dumper
Dumps variable to x-terminal.
- Dumper::truncateString() — Method in class Dumper
_
- BlueScreen::__construct() — Method in class BlueScreen
- MailSender::__construct() — Method in class MailSender
- TracyExtension::__construct() — Method in class TracyExtension
- PsrToTracyLoggerAdapter::__construct() — Method in class PsrToTracyLoggerAdapter
- TracyToPsrLoggerAdapter::__construct() — Method in class TracyToPsrLoggerAdapter
- Debugger::__construct() — Method in class Debugger
Static class - cannot be instantiated.
- DefaultBarPanel::__construct() — Method in class DefaultBarPanel
- Logger::__construct() — Method in class Logger