Method: CFoundry::V1::Client#log=
- Defined in:
- lib/cfoundry/v1/client.rb
#log=(mode) ⇒ Object
Set the logging mode. Mode can be one of:
String
-
Name of a file to log the last 10 requests to.
Array
-
Array to append with log data (a Hash).
IO
-
An IO object to write to.
false
-
No logging.
91 92 93 |
# File 'lib/cfoundry/v1/client.rb', line 91 def log=(mode) @base.log = mode end |