Skip to content
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.

Commit

Permalink
Revert "Issue #231 - Logging Rotation and Levels"
Browse files Browse the repository at this point in the history
  • Loading branch information
ludoch authored Sep 2, 2016
1 parent 827670c commit b184756
Show file tree
Hide file tree
Showing 25 changed files with 444 additions and 806 deletions.
34 changes: 0 additions & 34 deletions appengine-java-logging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,46 +29,12 @@
<packaging>jar</packaging>
<description>Support code for writing log files compatible with Google App Engine</description>

<properties>
<slf4j.version>1.7.16</slf4j.version>
</properties>

<dependencies>
<!-- Logging: API -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>${slf4j.version}</version>
</dependency>
<!-- Logging: Capturing Layers -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
<version>${slf4j.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>log4j-over-slf4j</artifactId>
<version>${slf4j.version}</version>
</dependency>
<!-- Logging: Output / Appender Layer -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-jdk14</artifactId>
<version>${slf4j.version}</version>
</dependency>

<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
</dependency>

<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@
/**
* The context for logging information associated with the current Thread.
* <p>
* This is an implementation of a Mapped Diagnostic Context for use with the java.util.logging
* <p>This is an implementation of a Mapped Diagnostic Context for use with the java.util.logging
* framework.
* </p>
*/
public class LogContext extends ConcurrentHashMap<String, Object> {

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit b184756

Please sign in to comment.