logbook

command module
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 6, 2019 License: GPL-3.0 Imports: 5 Imported by: 0

README

LogBook

  1. Installation
  2. Web-Frontend
  3. Logger-Implementation

LogBook is a server-side application that lets you debug your web application by showing the log messages related to your web request. It stands in the tradition of FirePHP and ChromeLogger but extracts the core functionality into a server-side log-dispatcher. The reason is that for larger amounts of data, header fields are an inappropriate way to send all the logs from a web-application to the client. When you have a small application with few log events, it is quite easy to send those data with your HTTP-header. But their are hard limits that prevent you from sending as many log-data as a larger application will provide. LogBook collects all those data in a server-side application just to provide this information to the developer in an JavaScript-based frontend-application.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL