【发布时间】:2012-09-30 02:00:33
【问题描述】:
Datacash 支付提供商使用一个名为 DataCashConf.xml 的配置文件,我无法找到相关文档。
文件长这样(我自己加了cmets)
<?xml version="1.0" encoding="utf-8" ?>
<Configuration>
<!-- Indicates the server to point at (test or live) -->
<host>https://mars.transaction.datacash.com/Transaction</host>
<!-- Transaction timeout value in milliseconds -->
<timeout>500</timeout>
<!-- Log file location -->
<logfile>c:\Program Files\DataCash\DataCash_log.txt</logfile>
<!-- ??? -->
<logging>5</logging>
</Configuration>
我想关闭日志记录(我将自己记录所有内容,但 123-Reg 不允许我登录到他们的服务器 C 驱动器),并假设我将日志记录的值从 5 更改为其他值这样做,但我不知道该怎么做,也找不到有关此文件格式的任何文档。
有人可以帮忙吗?
【问题讨论】:
-
这是用于 .Net API 还是其他 API?