There is no license information available for the latest version (0.2) of this package.

Automated logging to your configured channels or to the console, depending on the environment.

0.2 2023-05-26 22:35 UTC

This package is not auto-updated.

Last update: 2024-04-14 01:41:34 UTC


README

Send Log messages to your configured channels or to the console, depending on the environment.

Imagine, you run the same code, as a job and as a command. In both scenarios, you would like to have proper output, either through the configured log-channels or the console.

Logger will handle it for you:

use Pretzels\Logger\Logger;

Logger::info('Salz!');
  • If the app is on console, Logger will log your message and output it to the console.
  • If the app is on the log channel, it will only log your message to the configured channels.

Contributing

Feel free to contribute to this package.

Security

If you've found a bug regarding security please mail mail@pretzels.dev instead of using the issue tracker.

License

The MIT License (MIT). Please see License File for more information.