xray-log/laravel
最新稳定版本:v1.0.1
Composer 安装命令:
composer require xray-log/laravel
包简介
Laravel integration for xRay Logger
README 文档
README
Laravel integration for xRay. This package provides an easy way to debug and log your Laravel application.
Main Application: xRay
Installation
You can install the package via composer:
composer require --dev xray-log/laravel
Usage
Here are some examples of how to use xRay Logger:
// Direct logging (defaults to info) xRay('Info message'); // Different log levels xRay('Error message')->error(); xRay('Warning message')->warning(); xRay('Debug message')->debug(); // With exit xRay('Debug this')->exit();
License
The XRay Log Laravel Package is open-sourced software licensed under the MIT license.
统计信息
- 总下载量: 142
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 10
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-12-24
