All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ms.wsclient.7.10.24-1.source-code.log4j2.xml Maven / Gradle / Ivy

Go to download

This project allows a user to interact with ESP services in a controlled manner. The API calls available under org.hpccsystems.ws.client.platform allow for a user to target ESP's across multiple environments running a range of hpccsystems-platform versions. There is no guarantee that if a user utilizes org.hpccsystems.ws.client.gen generated stub code from wsdl, that the calls will be backwards compatible with older hpccsystems-platform versions.

There is a newer version: 9.6.12-1
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<Configuration status="WARN">
<Properties>
<Property name="filename">target/test.log</Property>
</Properties>
  <Appenders>
      <Console name="Console" target="SYSTEM_OUT">
          <PatternLayout pattern="%d{HH:mm:ss.SSS} [%t] %-5level %logger{36} - %msg%n"/>
      </Console>
      <File name="File1" fileName="target/test.log">
          <PatternLayout pattern="%d{HH:mm:ss.SSS} [%t] %-5level %logger{36} - %msg%n"/>
      </File>
  </Appenders>
  <Loggers>
      <Root level="trace">
          <AppenderRef ref="Console"/>
      </Root>
  </Loggers>
</Configuration>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy