Home > Getting Started > Web.config > Configuration/applicationSettings > LogFileName (for LightSpeed)
LogFileName (for LightSpeed)
The value of this setting indicates to AuctionWorx where it should write its LightSpeed specific log file.
Usage
Change this value to indicate where to store AuctionWorx LightSpeed log files.
Example
To set your log file location for LightSpeed, you would change the highlighted value below
<RainWorx.FrameWorx.DAL.LightSpeed.Logger.Properties.Settings>
<setting name="LogFileName" serializeAs="String">
<value>your log file name</value>
</setting>
</RainWorx.FrameWorx.DAL.LightSpeed.Logger.Properties.Settings>
See also
|