Categorygithub.com/koffeinsource/go-klogger
modulepackage
0.1.1
Repository: https://github.com/koffeinsource/go-klogger.git
Documentation: pkg.go.dev

# README

go-klogger

GoDoc Build Status Go Report Card

A minimalistic log wrapper providing a common interface for both GAE log and the go log package.

# Structs

CLILogger is a simple logger based on the the official go package.
GAELogger is a simple log wrapper for the GAE log.

# Interfaces

KLogger is a minimalistic interface to wrap both the Google App Engine and default golang log packages.