Maven Repository - POM file for Log monolog 1.8 1.8

Summary

ObjectWeb API for the logging.

Monolog is API of monitoring and logging.

Declaration

Here is the list of declaration for monolog. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>org.objectweb.monolog</groupId>
   <artifactId>monolog</artifactId>
   <version>1.8</version>
</dependency>

If you think this Maven repository POM file listing for monolog is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

License

Name:LGPL
URL: http://www.gnu.org/copyleft/lesser.html.

Depended by

The following table lists the most popular artifacts which are depending on monolog-1.8. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
Developmentfractal-spoonlet 2.0.2
This plugin provides annotations support to fractal components. Thes annotations allow the developer to generate automatically the content class callbacks and the FractalADL descriptors of fractal components.
15
Developmentdream-annotation 1.0.3
Dream Annotation is an extension of Fraclet Annotation 2.0 to generate code related to activities managed in Dream Components. It adds the following annotations : @DreamComponent, @DreamMonolog and @DreamLifeCycle. This version adds inheritance for the @DreamMonolog annotation.
8




Packages

The following packages are defined in the monolog-1.8.jar

org.objectweb.util.monolog
org.objectweb.util.monolog.api
org.objectweb.util.monolog.component
org.objectweb.util.monolog.file
org.objectweb.util.monolog.file.api
org.objectweb.util.monolog.file.monolog
org.objectweb.util.monolog.javaLog
org.objectweb.util.monolog.log4j
org.objectweb.util.monolog.wrapper.common
org.objectweb.util.monolog.wrapper.config
org.objectweb.util.monolog.wrapper.javaLog
org.objectweb.util.monolog.wrapper.log4j
org.objectweb.util.monolog.wrapper.p6spy
org.objectweb.util.monolog.wrapper.printwriter
org.objectweb.util.monolog.wrapper.velocity




POM File Source

Here is the content of the POM file.

<?xml version="1.0"?><project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.objectweb.monolog</groupId>
  <artifactId>monolog</artifactId>
  <name>ObjectWeb API for the logging</name>
  <version>1.8</version>
  <description>Monolog is API of monitoring and logging</description>
  <url>http://monolog.objectweb.org/</url>
  <issueManagement>
    <system>gforge</system>
    <url>http://forge.objectweb.org/tracker/?group_id=41</url>
  </issueManagement>
  <ciManagement>
    <system>gforge</system>
    <url>http://forge.objectweb.org/tracker/?group_id=41</url>
  </ciManagement>
  <inceptionYear>2001</inceptionYear>
  <mailingLists>
    <mailingList>
      <name>Fractal Users</name>
      <subscribe>http://www.objectweb.org/wws/subrequest/monolog</subscribe>
      <unsubscribe>http://www.objectweb.org/wws/sigrequest/monolog</unsubscribe>
      <post>mailto:monolog@objectweb.org</post>
      <archive>http://www.objectweb.org/wws/arc/monolog</archive>
    </mailingList>
  </mailingLists>
  
  <licenses>
    <license>
      <name>LGPL</name>
      <url>http://www.gnu.org/copyleft/lesser.html</url>
    </license>
  </licenses>
  <scm>
    <connection>scm:cvs:pserver:anonymous@cvs.forge.objectweb.org:/cvscvsroot/monolog</connection>
    <developerConnection>scm:cvs:ext:${user.name}@cvs.forge.objectweb.org:/cvscvsroot/monolog</developerConnection>
    <url>http://cvs.forge.objectweb.org/cgi-bin/viewcvs.cgi/monolog/monolog/</url>
  </scm>
  <organization>
    <name>ObjectWeb Consortium</name>
    <url>http://www.objectweb.org</url>
  </organization>
  <distributionManagement>
    <repository>
      <id>objectweb-release</id>
      <name>ObjectWeb's release repository</name>
      <url>scp://forge.objectweb.org/var/lib/gforge/chroot/home/groups/maven/htdocs/maven2</url>
    </repository>
    <snapshotRepository>
      <id>objectweb-snapshot</id>
      <name>ObjectWeb's snapshot repository</name>
      <url>scp://forge.objectweb.org/var/lib/gforge/chroot/home/groups/maven/htdocs/maven2-snapshot/</url>
    </snapshotRepository>
    <status>deployed</status>
  </distributionManagement>
</project>