Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thomas-kl1/magento-2-logger-example

[ARCHIVED] Demo Module for Custom Logger with Magento 2
https://github.com/thomas-kl1/magento-2-logger-example

demo example logger logging magento2 php tutorial

Last synced: about 1 month ago
JSON representation

[ARCHIVED] Demo Module for Custom Logger with Magento 2

Awesome Lists containing this project

README

        

# Logger Code Example

[![Latest Stable Version](https://img.shields.io/packagist/v/blackbird/module-logger-sample.svg?style=flat-square)](https://packagist.org/packages/blackbird/module-logger-sample)
[![License: MIT](https://img.shields.io/github/license/blackbird-agency/magento-2-logger-example.svg?style=flat-square)](./LICENSE)

This repository is a demo of how to implement its own logger model in Magento 2.

If you are interseted into how to do it in your code, step by step, [read our article](https://black.bird.eu/en/blog/magento2logs.html).

***A gift from the Blackbird Agency Team*** :bird:

## Setup

### Get the package

**Zip Package:**

Unzip the package in app/code/Blackbird/LoggerSample.

**Composer Package:**

```
composer require blackbird/module-logger-sample
```

### Install the module

Then, run the following magento command:

```
php bin/magento setup:upgrade
```

**If you are in production mode, do not forget to recompile and redeploy the static resources.**

## Support

Raise a new [request](https://github.com/blackbird-agency/magento-2-logger-example/issues).

## Authors

- **Thomas Klein** - *Initial work* - [It's me!](https://github.com/thomas-kl1)
- **Blackbird Team** - *Contributor* - [They're awesome!](https://github.com/blackbird-agency)

## Contact

For further information, contact us:

- by email: [email protected]
- or by form: [https://black.bird.eu/en/contacts/](https://black.bird.eu/contacts/)

## Licence

This project is licensed under the Blackbird Policy License - see the [LICENSE](./LICENSE) link for details.

***That's all folks!***