class HotController < ApplicationController def index logger.info('callee') logger.info(__callee__) logger.info(__method__) end end