Currently, `lib/authorize_net/api/LogHelper.rb` loads `./LogConfig.yml` and uses `filepath` to get the target file name for storing logs. Could we also support configuration to setup logs to `$stdout` or `$stderr`?
Currently,
lib/authorize_net/api/LogHelper.rbloads./LogConfig.ymland usesfilepathto get the target file name for storing logs.Could we also support configuration to setup logs to
$stdoutor$stderr?