lib/timber/logger.rb in timber-1.0.5 vs lib/timber/logger.rb in timber-1.0.6
- old
+ new
@@ -1,5 +1,6 @@
require "logger"
+require "msgpack"
module Timber
# The Timber Logger behaves exactly like `::Logger`, except that it supports a transparent API
# for logging structured messages. It ensures your log messages are communicated properly
# with the Timber.io API.
\ No newline at end of file