Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
296 changes: 148 additions & 148 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,148 +1,148 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.log4mongo</groupId>
<artifactId>log4mongo-java</artifactId>
<packaging>jar</packaging>
<name>log4mongo-java</name>
<description>Log4J Appender for MongoDB</description>
<version>0.7.0</version>
<properties>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<project.reporting.outputEncoding>
UTF-8
</project.reporting.outputEncoding>
</properties>
<licenses>
<license>
<name>Apache 2</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>pmonks</id>
<name>Peter Monks</name>
<email>pmonks@gmail.com</email>
</developer>
<developer>
<id>jsk</id>
<name>Jozef Sevcik</name>
<email>sevcik@styxys.com</email>
</developer>
<developer>
<id>wombatnation</id>
<name>Robert Stewart</name>
<email>robert@wombatnation.com</email>
</developer>
</developers>
<issueManagement>
<system>Google Code</system>
<url>http://code.google.com/p/log4mongo/issues/list</url>
</issueManagement>
<scm>
<connection>scm:git:git://github.com/log4mongo/log4mongo-java.git</connection>
<developerConnection>scm:git:git://github.com/log4mongo/log4mongo-java.git</developerConnection>
<url>http://github.com/log4mongo/log4mongo-java</url>
</scm>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.8.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.16</version>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>com.sun.jmx</groupId>
<artifactId>jmxri</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.jdmk</groupId>
<artifactId>jmxtools</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>mongo-java-driver</artifactId>
<version>2.6.5</version>
</dependency>
<dependency>
<groupId>com.wombatnation</groupId>
<artifactId>privateer</artifactId>
<version>0.1.1</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<extensions>
<extension>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-webdav</artifactId>
<version>1.0-beta-2</version>
</extension>
</extensions>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.5</source>
<target>1.5</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>release</id>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.log4mongo</groupId>
<artifactId>log4mongo-java</artifactId>
<packaging>jar</packaging>
<name>log4mongo-java</name>
<description>Log4J Appender for MongoDB</description>
<version>0.7.1-SNAPSHOT</version>

<properties>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<project.reporting.outputEncoding>
UTF-8
</project.reporting.outputEncoding>
</properties>

<licenses>
<license>
<name>Apache 2</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>

<developers>
<developer>
<id>pmonks</id>
<name>Peter Monks</name>
<email>pmonks@gmail.com</email>
</developer>
<developer>
<id>jsk</id>
<name>Jozef Sevcik</name>
<email>sevcik@styxys.com</email>
</developer>
<developer>
<id>wombatnation</id>
<name>Robert Stewart</name>
<email>robert@wombatnation.com</email>
</developer>
</developers>

<issueManagement>
<system>Google Code</system>
<url>http://code.google.com/p/log4mongo/issues/list</url>
</issueManagement>

<scm>
<connection>scm:git:git://github.com/log4mongo/log4mongo-java.git</connection>
<developerConnection>scm:git:git://github.com/log4mongo/log4mongo-java.git</developerConnection>
<url>http://github.com/log4mongo/log4mongo-java</url>
</scm>

<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.8.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.16</version>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>com.sun.jmx</groupId>
<artifactId>jmxri</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.jdmk</groupId>
<artifactId>jmxtools</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>mongo-java-driver</artifactId>
<version>2.6.5</version>
</dependency>
<dependency>
<groupId>com.wombatnation</groupId>
<artifactId>privateer</artifactId>
<version>0.1.1</version>
<scope>test</scope>
</dependency>
</dependencies>

<build>
<extensions>
<extension>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-webdav</artifactId>
<version>1.0-beta-2</version>
</extension>
</extensions>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.5</source>
<target>1.5</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>

<profiles>
<profile>
<id>release</id>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>

</project>
5 changes: 4 additions & 1 deletion src/main/java/org/log4mongo/LoggingEventBsonifier.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,8 @@
* LoggingEvent. LoggingEventBsonifierImpl is the default implementation.
*/
public interface LoggingEventBsonifier {
DBObject bsonify(LoggingEvent loggingEvent);
DBObject bsonify(LoggingEvent loggingEvent);

void setAppendMDCVariables(boolean appendMDCVariables);
boolean getAppendMDCVariables();
}
Loading