Logging framework that integrates at the console.log level.
This module provides a logging utility for React Native applications, leveraging `react-native-logs` and `expo-file-system` for storing logs in a file. It allows you to log messages with various severity levels and save them to a designated directory.
node
Back End: Log Common
Back End: Log Common
Cross-browser and Node.js empowered logging
Writes commonlogger to responses
I'm experimenting with creating Rack middleware gems. This lightweight gem servers as a replacement to Rack's CommonLogger statements. Improvements include colorized terminal output based on HTTP request method.
Momolog is a simple CommonLogger replacement for Rack. This module allows you to use MongoDB to store access logs.
Monkey patching of rack commomlogger module to write rack logs in json format.
# Kaffe Framework This is a minimalistic webframework inspired by sinatra and rails. ## Basic usage The idea is to use be able to create modular applications and forward requests between them. class Blog < Kaffe::Base use Rack::CommonLogger get '/?' do "Hello From Blog" end end class Admin < Kaffe::Base get '/login' do ... Login logics ... end error 400..500 do |code, message| .. show pretty error message .. end end class MyApp < Kaffe::Base route '/blog', Blog route '/admin', Admin end run MyApp ## API overview
No description provided.
No description provided.