Categorygithub.com/sigmonsays/go-apachelog
modulepackage
0.0.0-20150505014538-bb93a01b2831
Repository: https://github.com/sigmonsays/go-apachelog.git
Documentation: pkg.go.dev

# README

go-apachelog is deprecated. See github.com/cespare/hutil/apachelog instead

go-apachelog

This is a small library to write your server logs in Apache Common Log Format. See the documentation for usage instructions.

The code is mostly based on logging.go in Camlistore.

# Functions

NewHandler creates a new http.Handler, given some underlying http.Handler to wrap and an output stream (typically os.Stderr).

# Variables

No description provided by the author