trejjam/debugger

Tracy logger extension

dev-master / 0.1.x-dev 2018-07-19 20:28 UTC

This package is auto-updated.

Last update: 2024-04-05 18:37:48 UTC


README

Latest stable

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