- fix res.Body.Close() defer
- remove implicit newline in .Write()
- fix when no tags are used
- add tag support to New()
- add varg support to .Tag()
- add io.Writer interface support
- add tag support. Closes #5
- change User-Agent sent to loggly to match repo
- fix: close the response body so it doesn't leak file descriptors
- change timestamp to be milliseconds
- add .Stdout option
- add simple example
- fix locking typo
- refactor locking
- replace Debugging option with debug package
- add mutexes
- rename .Log() to .Send()
- unix epoch timestamp
- https