123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- <?xml version="1.0" encoding="utf-8" ?>
- <LogConfigFile xmlns="http://www.wayne.com/2010-01-05/LogConfig.xsd">
- <LogConfig Name="EpsLog" Enabled="true">
- <Filters>
- <Filter EntityType="EpsMain|FuelingPoint|EpsTrxCleanup" FilterLevel="Detailed"/>
- </Filters>
- <Outputs>
- <Output Enabled="true" Type="TextFileLogWriter">
- <Parameters>
- <TextFileParams>
- <FilePath>
- C:\Wayne\Log\SinochemEps\EpsMain_<Date/>.txt
- </FilePath>
- <MaxSize MaxSizePerFileMb="unlimited"/>
- </TextFileParams>
- </Parameters>
- </Output>
- </Outputs>
- </LogConfig>
- <LogConfig Name="FuelingPointLog" Enabled="true">
- <Filters>
- <Filter EntityType="FuelingPoint" FilterLevel="Detailed"/>
- </Filters>
- <Outputs>
- <Output Enabled="true" Type="TextFileLogWriter">
- <Parameters>
- <TextFileParams>
- <FilePath>
- C:\Wayne\Log\SinochemEps\Eps_FP_<Id FromEntityType="FuelingPoint"/>_<Date/>.txt
- </FilePath>
- <MaxSize MaxSizePerFileMb="unlimited"/>
- </TextFileParams>
- </Parameters>
- </Output>
- </Outputs>
- </LogConfig>
- <LogConfig Name="EpsTrxCleanupLog" Enabled="true">
- <Filters>
- <Filter EntityType="EpsTrxCleanup" FilterLevel="Detailed"/>
- </Filters>
- <Outputs>
- <Output Enabled="true" Type="TextFileLogWriter">
- <Parameters>
- <TextFileParams>
- <FilePath>
- C:\Wayne\Log\SinochemEps\Eps_TrxCleanup_<Id FromEntityType="EpsTrxCleanup"/>_<Date/>.txt
- </FilePath>
- <MaxSize MaxSizePerFileMb="unlimited"/>
- </TextFileParams>
- </Parameters>
- </Output>
- </Outputs>
- </LogConfig>
- <LogConfig Name="FC2PosProxyLog" Enabled="true">
- <Filters>
- <Filter EntityType="FC2PosProxyMain" Enabled="true" FilterLevel="Maximized"/>
- </Filters>
- <Outputs>
- <Output Type="TextFileLogWriter">
- <Parameters >
- <TextFileParams>
- <FilePath>
- %Log%\SinoChemFC2PosProxy\Proxy_Main_<Date/>.txt
- </FilePath>
- <MaxSize MaxSizePerFileMb="100" />
- </TextFileParams>
- </Parameters>
- </Output>
- </Outputs>
- </LogConfig>
- <LogConfig Name="FUSIONManagerLog" Enabled="true">
- <Filters>
- <Filter EntityType="FUSIONManager" Enabled="true" FilterLevel="Maximized"/>
- </Filters>
- <Outputs>
- <Output Type="TextFileLogWriter">
- <Parameters >
- <TextFileParams>
- <FilePath>
- %Log%\SinoChemFC2PosProxy\FUSIONManager_<Date/>.txt
- </FilePath>
- <MaxSize MaxSizePerFileMb="100" />
- </TextFileParams>
- </Parameters>
- </Output>
- </Outputs>
- </LogConfig>
- </LogConfigFile>
|