2017 © Pedro Peláez
 

library debugger

Tracy logger extension

image

trejjam/debugger

Tracy logger extension

  • Thursday, July 19, 2018
  • by trejjam
  • Repository
  • 1 Watchers
  • 0 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Debugger

Latest stable, (*1)

Installation

The best way to install Trejjam/Utils is using Composer:, (*2)

$ composer require trejjam/debugger

Configuration

.neon, (*3)

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

The Versions

19/07 2018

dev-master

9999999-dev

Tracy logger extension

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jan Trejbal

logger tracy