Skip to content

janvanicek/nette-logger

This branch is 15 commits behind residit/nette-logger:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a0d8a62 · Sep 7, 2020

History

14 Commits
Sep 7, 2020
Aug 7, 2020
Sep 3, 2020
Aug 17, 2020

Repository files navigation

Nette Logger

Tracy logger extension capable of logging messages and errors to API.

Note: If you have debug mode enabled in your application, logger will only send \Tracy\Debugger::log() messages to API.

You can disable debug mode by inserting the lines below in file app/bootstrap.php

$configurator->setDebugMode(false);

Installation

Install package via Composer:

composer require residit/nette-logger

Configuration

Enable and configure the extension in Nette config file:

extensions:
	# ...
	netteLogger: Residit\NetteLogger\DI\NetteLoggerExtension

netteLogger:
    url: https://api-url.com/api/v1
    proxy: 192.168.0.100:1234 (optional)
    token: ae27a4b4821b13cad2a17a75d219853e

Usage

Once enabled as extension, you can continue to throw exceptions without any change. If you do not fill configuration, plugin will stay off.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%