Versions in this module Expand all Collapse all v1 v1.0.1 Apr 15, 2021 v1.0.0 Apr 15, 2021 Changes in this version + type Config struct + AutoCreateLogGroup bool + Client *cloudwatchlogs.CloudWatchLogs + ErrorReporter func(err error) + LogGroupName string + Retention int + type Error struct + Code string + Message string + func (err Error) Error() string + type Logger struct + func New(config *Config) (*Logger, error) + func (lg *Logger) Close() + func (lg *Logger) Log(t time.Time, s string)