Namespaces

  • Latte
    • Loaders
    • Macros
    • Runtime
  • Nette
    • Application
      • Responses
      • Routers
      • UI
    • Bridges
      • ApplicationLatte
      • ApplicationTracy
      • CacheLatte
      • DatabaseDI
      • DatabaseTracy
      • DITracy
      • FormsLatte
      • Framework
      • HttpTracy
      • SecurityTracy
    • Caching
      • Storages
    • ComponentModel
    • Database
      • Drivers
      • Reflection
      • Table
    • DI
      • Config
        • Adapters
      • Extensions
    • Diagnostics
    • Forms
      • Controls
      • Rendering
    • Http
    • Iterators
    • Latte
    • Loaders
    • Localization
    • Mail
    • Neon
    • PhpGenerator
    • Reflection
    • Security
    • Templating
    • Utils
  • NetteModule
  • none
  • Tracy

Classes

  • Debugger
  • Helpers

Interfaces

  • IBarPanel
  • Overview
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Other releases
  • Nette homepage

Class Debugger

Tracy\Debugger
Extended by Nette\Diagnostics\Debugger
Namespace: Nette\Diagnostics
Deprecated
Located at deprecated/Diagnostics/Debugger.php
Methods summary
public static
# enable( mixed $mode = NULL, string $logDirectory = NULL, string $email = NULL )

Enables displaying or logging errors and exceptions.

Enables displaying or logging errors and exceptions.

Parameters

$mode
mixed
production, development mode, autodetection or IP address(es) whitelist.
$logDirectory
string
error log directory; enables logging in production mode, FALSE means that logging is disabled
$email
string
administrator email; enables email sending in production mode

Overrides

Tracy\Debugger::enable()
public static
# addPanel( Nette\Diagnostics\IBarPanel $panel, $id = NULL )
Methods inherited from Tracy\Debugger
__construct(), barDump(), dump(), fireLog(), getBar(), getBlueScreen(), getFireLogger(), getLogger(), isEnabled(), log(), setLogger(), timer()
Constants inherited from Tracy\Debugger
CRITICAL, DEBUG, DETECT, DEVELOPMENT, ERROR, EXCEPTION, INFO, PRODUCTION, VERSION, WARNING
Properties summary
public static $consoleMode
#

Deprecated

public static $consoleColors
#

Deprecated

public static BlueScreen $blueScreen
#

Deprecated

@var BlueScreen
public static Logger $logger
#

Deprecated

@var Logger
public static FireLogger $fireLogger
#

Deprecated

@var FireLogger
public static Bar $bar
#

Deprecated

@var Bar
Properties inherited from Tracy\Debugger
$browser, $editor, $email, $emailSnooze, $logDirectory, $logSeverity, $mailer, $maxDepth, $maxLen, $onFatalError, $productionMode, $scream, $showLocation, $source, $strictMode, $time, $version
Nette 2.2 API documentation generated by ApiGen 2.8.0