SinochemEventLogConfig.xml 674 B

123456789101112131415161718192021
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <LogConfigFile xmlns="http://www.wayne.com/2010-01-05/LogConfig.xsd">
  3. <LogConfig Name="%Log%\SinoChemFC2PosProxyEvent">
  4. <Filters>
  5. <Filter EntityType=".*" FilterLevel="Normal"/>
  6. </Filters>
  7. <Outputs>
  8. <Output Type="TextFileLogWriter">
  9. <Parameters>
  10. <TextFileParams>
  11. <FilePath>
  12. C:\Wayne\Log\ServiceLog\ServiceLog_<Id/>_<Date/>.txt
  13. </FilePath>
  14. <MaxSize MaxSizePerFileMb="100" />
  15. <KeepFileOpened>false</KeepFileOpened>
  16. </TextFileParams>
  17. </Parameters>
  18. </Output>
  19. </Outputs>
  20. </LogConfig>
  21. </LogConfigFile>