Method: FluentCommandBuilder::DotCover::V20::List#log_file
- Defined in:
- lib/fluent_command_builder/command_builders/dotcover_20.rb
#log_file(log_file) {|@b| ... } ⇒ Object
201 202 203 204 205 |
# File 'lib/fluent_command_builder/command_builders/dotcover_20.rb', line 201 def log_file(log_file) @b.append " /logFile=#{@b.format log_file}" yield @b if block_given? self end |