Class: Telegram::BotManager::BotLogger
- Defined in:
- lib/telegram/bot_manager/logger.rb
Constant Summary
Constants inherited from Logger
Instance Method Summary collapse
-
#initialize(app_name, **args) ⇒ BotLogger
constructor
A new instance of BotLogger.
Constructor Details
#initialize(app_name, **args) ⇒ BotLogger
Returns a new instance of BotLogger.
54 55 56 |
# File 'lib/telegram/bot_manager/logger.rb', line 54 def initialize(app_name, **args) super(log_file: "#{app_name}.log") end |