Class: Capistrano::Logger
- Inherits:
-
Object
- Object
- Capistrano::Logger
- Defined in:
- lib/capistrano/datadog/v2.rb
Instance Attribute Summary collapse
-
#device ⇒ Object
Make the device attribute writeable so we can swap it out with something that captures logging out by task.
Instance Attribute Details
#device ⇒ Object
Make the device attribute writeable so we can swap it out with something that captures logging out by task
42 43 44 |
# File 'lib/capistrano/datadog/v2.rb', line 42 def device @device end |