jooservices/xlogger

This is my package xlogger

0.0.1 2024-07-17 21:52 UTC

This package is not auto-updated.

Last update: 2024-11-07 21:40:48 UTC


README

Quick logger library.

Installation

You can install the package via composer:

composer require jooservices/xlogger

You can publish and run the migrations with:

php artisan vendor:publish --tag="xlogger-migrations"
php artisan migrate

You can publish the config file with:

php artisan vendor:publish --tag="xlogger-config"

This is the contents of the published config file:

return [
];

Usage

$service = app(\JOOservices\XLogger\Services\LoggerService::class);
$service->alert('Log message', []);

Testing

composer test

Changelog

Contributing

Security Vulnerabilities

Credits

License

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