Class: Aesop::Dispatchers::LogDispatcher
- Inherits:
-
Object
- Object
- Aesop::Dispatchers::LogDispatcher
show all
- Includes:
- Aesop
- Defined in:
- lib/aesop/dispatchers/log_dispatcher.rb
Constant Summary
Constants included
from Aesop
VERSION
Instance Method Summary
collapse
Methods included from Aesop
#configuration, configuration
Instance Method Details
#dispatch_exception(exception) ⇒ Object
4
5
6
|
# File 'lib/aesop/dispatchers/log_dispatcher.rb', line 4
def dispatch_exception(exception)
Aesop::Logger.info( exception.class.to_s )
end
|