class Telegram::BotManager::BotLogger
Public Class Methods
new(app_name, **args)
click to toggle source
Calls superclass method
Telegram::BotManager::Logger::new
# File lib/telegram/bot_manager/logger.rb, line 54 def initialize(app_name, **args) super(log_file: "#{app_name}.log") end