Versions in this module Expand all Collapse all v0 v0.0.1 Dec 21, 2022 Changes in this version + var Log *log.Entry + func AddField(key string, val interface{}) *log.Entry + func AddFields(fields log.Fields) *log.Entry + func GetLogForCategory(cat LogCategory) *log.Entry + func LogAsJSON(entry *log.Entry, lvl log.Level, subject interface{}, msg string, ...) + func Reset() + type LogCategory int + const DefaultCategory + const DevEnvCategory + const DevEnvNotificationCategory + const HTTPCategory + const LambdaCategory + const SnsNotificationCategory + func (c LogCategory) String() string