module FeedTorrents::LogFunctions

Public Instance Methods

log() click to toggle source
# File lib/feed_torrents/log_functions.rb, line 3
def log
  FeedTorrents.logger
end
log_caller() click to toggle source
# File lib/feed_torrents/log_functions.rb, line 7
def log_caller
  caller[1][/`.*'/][1..-2]
end