Skip to content

Commit

Permalink
remove JUL wrapper for now. refactor getLogger(). Add tests for Loggi…
Browse files Browse the repository at this point in the history
…ngUtils.
  • Loading branch information
zhumin8 committed Dec 5, 2024
1 parent 543298d commit aac66f2
Show file tree
Hide file tree
Showing 4 changed files with 224 additions and 384 deletions.
14 changes: 14 additions & 0 deletions gax-java/gax/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,20 @@
<artifactId>slf4j-api</artifactId>
<version>2.0.16</version>
</dependency>
<!-- Logback for testing -->
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<!-- Latest version with java8 support -->
<version>1.3.14</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
<version>1.3.14</version>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down
Loading

0 comments on commit aac66f2

Please sign in to comment.