//
pkg.gl
Category
github.com/koffeinsource/go-klogger
module
package
0.1.1
Repository:
https://github.com/koffeinsource/go-klogger.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
7
Files
49 SLOC
#
README
go-klogger
A minimalistic log wrapper providing a common interface for both GAE log and the go log package.
#
Structs
CLILogger
CLILogger is a simple logger based on the the official go package.
GAELogger
GAELogger is a simple log wrapper for the GAE log.
#
Interfaces
KLogger
KLogger is a minimalistic interface to wrap both the Google App Engine and default golang log packages.