Sha256: 6fa9c9dc6c327a5bee9eb5440696a6501d77756f28eb6eb9696093b5d6cdb1e7

Contents?: true

Size: 196 Bytes

Versions: 13

Compression:

Stored size: 196 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    class NullLogger < Logger
      def initialize(*); end # rubocop:disable Lint/MissingSuper

      def add(*); end
    end
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
telegram-bot-ruby-2.1.0 lib/telegram/bot/null_logger.rb
telegram-bot-ruby-2.0.0 lib/telegram/bot/null_logger.rb
telegram-bot-ruby-1.0.0 lib/telegram/bot/null_logger.rb
telegram-bot-ruby-1.0.0.rc1 lib/telegram/bot/null_logger.rb
telegram-bot-ruby-1.0.0.pre lib/telegram/bot/null_logger.rb
telegram-bot-ruby-0.23.0 lib/telegram/bot/null_logger.rb
telegram-bot-ruby-0.22.0 lib/telegram/bot/null_logger.rb
telegram-bot-ruby-0.21.1 lib/telegram/bot/null_logger.rb
telegram-bot-ruby-0.21.0 lib/telegram/bot/null_logger.rb
telegram-bot-ruby-0.20.0 lib/telegram/bot/null_logger.rb
telegram-bot-ruby-0.19.2 lib/telegram/bot/null_logger.rb
telegram-bot-ruby-0.19.1 lib/telegram/bot/null_logger.rb
telegram-bot-ruby-0.19.0 lib/telegram/bot/null_logger.rb