All Projects → firephp → Firephp Core

firephp / Firephp Core

FirePHP server library for sending PHP variables to the browser.

Projects that are alternatives of or similar to Firephp Core

Trail
Trail is a simple logging system for Java and Android. Create logs using the same API and the library will detect automatically in which platform the code is running.
Stars: ✭ 13 (-93.75%)
Mutual labels:  logging-library
Rflib
Salesforce open source library with logging framework, trigger framework, feature switches, and advanced monitoring capabilities
Stars: ✭ 69 (-66.83%)
Mutual labels:  logging-library
Nanolog
Nanolog is an extremely performant nanosecond scale logging system for C++ that exposes a simple printf-like API.
Stars: ✭ 1,710 (+722.12%)
Mutual labels:  logging-library
Playaccesslogger
Generates access logs compatible with Apache httpd (enhanced combined format)
Stars: ✭ 21 (-89.9%)
Mutual labels:  logging-library
Hslogger
Logging framework for Haskell
Stars: ✭ 60 (-71.15%)
Mutual labels:  logging-library
Diary
📑 Zero-dependency, fast logging library for both Node and Browser.
Stars: ✭ 79 (-62.02%)
Mutual labels:  logging-library
Yii2 Slack Log
Pretty Slack log target for Yii 2
Stars: ✭ 24 (-88.46%)
Mutual labels:  logging-library
Logging
Microsoft Extension Logging implementation for Blazor
Stars: ✭ 165 (-20.67%)
Mutual labels:  logging-library
Logginginterceptor
An OkHttp interceptor which has pretty logger for request and response. +Mock support
Stars: ✭ 1,149 (+452.4%)
Mutual labels:  logging-library
Spring Boot Logging
A library for logging HTTP request/response for Spring Boot application and integration with Elastic Stack
Stars: ✭ 92 (-55.77%)
Mutual labels:  logging-library
Log4cplus
log4cplus is a simple to use C++ logging API providing thread-safe, flexible, and arbitrarily granular control over log management and configuration. It is modelled after the Java log4j API.
Stars: ✭ 1,054 (+406.73%)
Mutual labels:  logging-library
Simpleqtlogger
Simple rolling file logger for Qt.
Stars: ✭ 60 (-71.15%)
Mutual labels:  logging-library
Yurnalist
An elegant console reporter, borrowed from Yarn
Stars: ✭ 88 (-57.69%)
Mutual labels:  logging-library
Eliot
Eliot: the logging system that tells you *why* it happened
Stars: ✭ 874 (+320.19%)
Mutual labels:  logging-library
Cscore
cscore is a minimal-footprint library providing commonly used helpers & patterns for your C# projects. It can be used in both pure C# and Unity projects.
Stars: ✭ 115 (-44.71%)
Mutual labels:  logging-library
Logback Android
📄The reliable, generic, fast and flexible logging framework for Android
Stars: ✭ 930 (+347.12%)
Mutual labels:  logging-library
Evergreen
Most natural Swift logging
Stars: ✭ 75 (-63.94%)
Mutual labels:  logging-library
Ring Log
Ring-Log是一个高效简洁的C++异步日志, 其特点是效率高(每秒支持至少125万+日志写入)、易拓展,尤其适用于频繁写日志的场景
Stars: ✭ 201 (-3.37%)
Mutual labels:  logging-library
Json Logging Python
Python logging library to emit JSON log that can be easily indexed and searchable by logging infrastructure such as ELK, EFK, AWS Cloudwatch, GCP Stackdriver
Stars: ✭ 143 (-31.25%)
Mutual labels:  logging-library
Tracing
Application level tracing for Rust.
Stars: ✭ 1,294 (+522.12%)
Mutual labels:  logging-library

CircleCI

FirePHPCore

The FirePHP server library for PHP reference implementation compatible with the latest FirePHP Devtools Extension.

FirePHP is a logging system that can display PHP variables in a browser as an application is navigated. All communication happens via HTTP headers which means the logging data will not interfere with the normal functioning of the application.

Install

Release history & known issues

Published

packagist.org: firephp/firephp-core

composer require firephp/firephp-core

Source

Requirements:

Install dependencies:

composer install

Run tests:

composer test

Test driven development:

# npm install -g nodemon
nodemon

Release:

  1. Update CHANGELOG.md
  2. Git tag repository & push

API

For API see tests/ for now.

Provenance

Licensed under the MIT License by Christoph Dorn since 2007.

Copyright (c) 2007+ Christoph Dorn

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

Well-crafted Contributions are Welcome.

INTENDED USE: The Logic and Code contained within forms a Developer Tool and is intended to operate as part of a Web Software Development Toolchain on which a Production System operates indirectly. It is NOT INTENDED FOR USE IN HIGH-LOAD ENVIRONMENTS as there is little focus on Runtime Optimization in order to maximize API Utility, Compatibility and Flexibility.

If you need more than what is contained within, study the Code, understand the Logic, and build your Own Implementation that is API Compatible. Share it with others who follow the same Logic and API Contract specified within. This Community of Users will likely want to use Your Work in their own Software Development Toolchains.

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].