trejjam / debugger
Tracy logger extension
Installs: 694
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
pkg:composer/trejjam/debugger
Requires
- php: >=7.1
- mangoweb/clock: ~0.2.0
- nette/di: ~2.4
- tracy/tracy: ~2.5
- trejjam/base-extension: ~0.7
Requires (Dev)
- nette/tester: @dev
This package is auto-updated.
Last update: 2025-10-05 21:56:55 UTC
README
Installation
The best way to install Trejjam/Utils is using Composer:
$ composer require trejjam/debugger
Configuration
.neon
extensions: trejjam.debugger: Trejjam\Debugger\DI\DebuggerExtension trejjam.debugger: logger: mailService: @Nette\Mail\IMailer snoze: '1 day' host: NULL #NULL mean auto path: '/log/' storeAllError: FALSE exceptionStorage: NULL #type of Trejjam\Debugger\Exception\IStorage blob: client: NULL #type of MicrosoftAzure\Storage\Blob\Internal\IBlob accountName: string prefix: NULL #container prefix prefix: string whitelistIp: string blobSharedAccessSignatureHelper: instanceof MicrosoftAzure\Storage\Blob\BlobSharedAccessSignatureHelper