All Projects → rap2hpoutre → laravel-epilog

rap2hpoutre / laravel-epilog

Licence: MIT license
🐈 IP, referer, user ID and more in Laravel logs

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to laravel-epilog

Laravel Log Viewer
🐪 Laravel log viewer
Stars: ✭ 2,726 (+10804%)
Mutual labels:  log, laravel-log-viewer
logging
mod: zap logging in golang
Stars: ✭ 44 (+76%)
Mutual labels:  log
fakessh
A dockerized fake SSH server honeypot written in Go that logs login attempts.
Stars: ✭ 42 (+68%)
Mutual labels:  log
sprout
Golang logging library supporting log retrieval.
Stars: ✭ 85 (+240%)
Mutual labels:  log
logtail
logtail is a log tailing utility, support tailing multiple commands output stream, transferring matching content to file/webhook(like dingtalk)
Stars: ✭ 33 (+32%)
Mutual labels:  log
haminer
[mirror] Library and program to parse and forward HAProxy HTTP logs
Stars: ✭ 22 (-12%)
Mutual labels:  log
loggie
A lightweight, cloud-native data transfer agent and aggregator
Stars: ✭ 844 (+3276%)
Mutual labels:  log
log
A simple to use log system, minimalist but with features for debugging and differentiation of messages
Stars: ✭ 21 (-16%)
Mutual labels:  log
vim-log-highlighting
Syntax highlighting for generic log files in VIM
Stars: ✭ 164 (+556%)
Mutual labels:  log
bk-log
蓝鲸日志平台是为了解决运维场景中查询日志难的问题而推出的一款SaaS,基于业界主流的全文检索引擎,通过蓝鲸智云的专属agent进行日志采集,无需登录各台机器,集中管理所有日志。
Stars: ✭ 102 (+308%)
Mutual labels:  log
log-target-file
Yii Logging Library - File Target
Stars: ✭ 19 (-24%)
Mutual labels:  log
log-master
split the log
Stars: ✭ 28 (+12%)
Mutual labels:  log
clue
a extremely high performance log library for android. 高性能的Android日志库
Stars: ✭ 27 (+8%)
Mutual labels:  log
Klog
🎼 A Kotlin log lib, making the output log more elegant and more beautiful.
Stars: ✭ 21 (-16%)
Mutual labels:  log
XLog
一个简易的日志打印框架(支持打印策略自定义,默认提供2种策略:logcat打印和磁盘打印)
Stars: ✭ 33 (+32%)
Mutual labels:  log
RFKit
Toolkit for daily Cocoa development. Since 2012.
Stars: ✭ 20 (-20%)
Mutual labels:  log
BuildTimeLogger-for-Xcode
A console app for logging Xcode build times and presenting them in a notification
Stars: ✭ 43 (+72%)
Mutual labels:  log
ULog
Unified cross-platform logging framework for C, C++, Objective-C, Swift, ASL and C#.
Stars: ✭ 13 (-48%)
Mutual labels:  log
fast log
Rust async log High-performance asynchronous logging
Stars: ✭ 104 (+316%)
Mutual labels:  log
slack-backup
Make copy of slack converstaions
Stars: ✭ 15 (-40%)
Mutual labels:  log

Epilog for Laravel 5

Packagist Packagist Scrutinizer Code Quality Build Status SensioLabs Insight

What?

Power up logs. Add client context (IP, referer, user ID and more). Notify on slack on production error.

test

Install

Install via composer

composer require rap2hpoutre/laravel-epilog

Add Service Provider to config/app.php in providers section

Rap2hpoutre\LaravelEpilog\LaravelEpilogServiceProvider::class,

(optional) Publish configuration in order to use Slack alerts

php artisan vendor:publish

Call Log::info('hello world') or whatever you want and go to see your logs.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].