Libraries tagged by log level
xsga/log4php
43 Downloads
A PHP logging library based on Apache Log4PHP, PSR-3 compliant, supporting multiple appenders, layouts and log levels.
zen-studio/line-formatter
81 Downloads
解决Hyperf框架Log类出现Over 9 levels deep, aborting normalization的问题
yftzeng/wowlog
978 Downloads
Easy management your log files, with execution time, severity level.
lefuturiste/logmanager
107 Downloads
Generate log quickly and easily with time, level of warning and client IP
zero1/module-custom-logging
32 Downloads
Allows you to configure different logging 'stacks' on a per environment basis. This would allow you to have a logging level of DEBUG on non_production and ERROR on production.
wubinworks/error-handler
3 Downloads
Error Handler converts PHP's traditional runtime errors into ErrorException and respects user specified error reporting level. Exception Handler can output and/or log exception message with well-formatted stack trace.
test123test234/sdk-php
0 Downloads
This is an **example** API to demonstrate features of the OpenAPI specification. # Introduction This API definition is intended to to be a good starting point for describing your API in [OpenAPI/Swagger format](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.2.md). It also demonstrates features of the [create-openapi-repo](https://github.com/Redocly/create-openapi-repo) tool and the [Redoc](https://github.com/Redocly/Redoc) documentation engine. Beyond the standard OpenAPI syntax, we use a few [vendor extensions](https://github.com/Redocly/Redoc/blob/master/docs/redoc-vendor-extensions.md). # OpenAPI Specification The goal of The OpenAPI Specification is to define a standard, language-agnostic interface to REST APIs which allows both humans and computers to discover and understand the capabilities of the service without access to source code, documentation, or through network traffic inspection. When properly defined via OpenAPI, a consumer can understand and interact with the remote service with a minimal amount of implementation logic. Similar to what interfaces have done for lower-level programming, OpenAPI removes the guesswork in calling the service.
qlimix/logging
877 Downloads
Logging to specific levels and channels
dineshstack/laravel-audit
4 Downloads
Activity log and audit trail for Laravel with field-level diffs, user attribution, batch grouping, sensitive-field masking, alert rules and a REST API.
jonshawpzbp/monolog-loki
18 Downloads
Monolog handler for Grafana Loki (with log level detection fix)
neetha-hm/field-change-audit
3 Downloads
Logs field-level changes between entity revisions for audit tracking.
maaf/devtools
0 Downloads
MAAF DevTools Package - Request inspector (Telescope-like), module-level log view, and query profiler
rcsi/wrapper-monolog
48 Downloads
Provides a common wrapper for Monolog that uses rcsi/filsystem-config to dictate log paths/levels
alexlcdee/colorcli
38 Downloads
Console Logger with color highlighted level tags
wpify/benefit-plus-gateway-sdk
204 Downloads
This is a "swagger" definition of application programming interface of the MúzaPay by Benefit Plus e-commerce payment gateway. You may leverage this API from your e-shop to integrate payments by employee-benefits-programme funds. This version of the programme uses mobile payment application MúzaPay. Requests signingAll requests except /auth/token must be signed by "SHA-256 with RSA" (RSASSA-PKCS1-v1_5, RFC 8017 chapter 8.2) electronic signatures. See online gateway documentation for details. ## Change log * v2 - 2025-06-26 * Added HEALTH value to productCode enum as mandated by the Czech state legislation. * amountAuthorized in PaymentStateResponse renamed to remainingAmount to better capture its meaining. * Added HTTP 410 Gone response to the cancelPayment() operation. * Corrected pattern of orderReferenceCode * Multiple corrections of the documentation, examples and field ordering changes - non-impacting.