123456789101112131415161718192021 |
- <?xml version="1.0" encoding="utf-8" ?>
- <LogConfigFile xmlns="http://www.wayne.com/2010-01-05/LogConfig.xsd">
- <LogConfig Name="%Log%\SinoChemFC2PosProxyEvent">
- <Filters>
- <Filter EntityType=".*" FilterLevel="Normal"/>
- </Filters>
- <Outputs>
- <Output Type="TextFileLogWriter">
- <Parameters>
- <TextFileParams>
- <FilePath>
- C:\Wayne\Log\ServiceLog\ServiceLog_<Id/>_<Date/>.txt
- </FilePath>
- <MaxSize MaxSizePerFileMb="100" />
- <KeepFileOpened>false</KeepFileOpened>
- </TextFileParams>
- </Parameters>
- </Output>
- </Outputs>
- </LogConfig>
- </LogConfigFile>
|