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

hosphor.fosstars-rating-core.1.1.0.source-code.log4j2-standard.xml Maven / Gradle / Ivy

Go to download

A framework for defining ratings for open-source projects. In particular, the framework offers a security rating for open-source projects that may be used to assess the security risk that comes with open-source components.

There is a newer version: 1.14.0
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<Configuration status="WARN">
  <Appenders>
    <Console name="Console" target="SYSTEM_OUT">
      <PatternLayout>
        <LevelPatternSelector defaultPattern="[+] %msg%n%throwable">
          <PatternMatch key="info" pattern="[+] %msg%n%throwable"/>
          <PatternMatch key="warn" pattern="[!] %msg%n%throwable"/>
          <PatternMatch key="error" pattern="[x] %msg%n%throwable"/>
        </LevelPatternSelector>
      </PatternLayout>
    </Console>
  </Appenders>
  <Loggers>
    <Root level="info">
      <AppenderRef ref="Console"/>
    </Root>
  </Loggers>
</Configuration>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy