Closed binarylogic closed 7 years ago
Allows logging to multiple loggers. Ex:
http_device = Timber::LogDevices::HTTP.new("my-timber-api-key") file_logger = ::Logger.new("path/to/file.log") logger = Timber::Logger.new(http_device, file_logger)
Closes https://github.com/timberio/timber-ruby/issues/159
Allows logging to multiple loggers. Ex:
Closes https://github.com/timberio/timber-ruby/issues/159