Skip to content

lidstromberg/log

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Log - a pretty basic logger.

A Go logger. Very basic. There are probably better loggers out there. Nothing much else to see here.

What?

A basic logger which writes a variable number of delimeted strings to stderr. Used by auth.

Why?

Provides logging to stderr.

How?

See examples.

Examples

See examples for a http/appengine implementations which uses log and auth. This is written for appengine standard 2nd gen, but also works as a standalone.

Dependencies and services

None.

Installation

If you want to run the example code, then install using

$ go get -u github.com/lidstromberg/examples

If you only want the log utility, then install with

$ go get -u github.com/lidstromberg/log

About

A Go logger. Very basic.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages