Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jcabi/jcabi-log
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c141a29e14fa225716ba898ed09a3a1228bb2f13
Choose a base ref
..
head repository: jcabi/jcabi-log
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 589faae92050e5991616a2399402ec2916684bee
Choose a head ref
4 changes: 2 additions & 2 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
@@ -47,8 +47,8 @@ jobs:
restore-keys: |
maven-
- run: mvn install -Pjacoco
- uses: codecov/codecov-action@v4.0.0-beta.3
- uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./target/site/jacoco/jacoco.xml
files: ./target/site/jacoco/jacoco.xml
fail_ci_if_error: true
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -13,12 +13,12 @@

More details are here: [log.jcabi.com](https://log.jcabi.com/index.html)

Read this blog post:
Read this blog post:
[_Get Rid of Java Static Loggers_](https://www.yegor256.com/2014/05/23/avoid-java-static-logger.html)

`Logger` is a convenient static wrapper of
`Logger` is a convenient static wrapper of
[slf4j](http://www.slf4j.org/)
(don't forget to include one of
(don't forget to include one of
[SLF4J Bindings](http://www.slf4j.org/manual.html#binding)
into the project):

@@ -45,8 +45,8 @@ other custom ones, which help formatting common values faster:
* `%[secret]s` --- any string ➜ stars
* `%[dom]s` --- `org.w3c.domDocument` ➜ pretty printed/formatted XML

You are welcome to
[suggest](https://github.com/jcabi/jcabi-log/blob/master/src/main/java/com/jcabi/log/DecorsManager.java)
You are welcome to
[suggest](https://github.com/jcabi/jcabi-log/blob/master/src/main/java/com/jcabi/log/DecorsManager.java)
your own "decors".

## How to contribute?
1 change: 0 additions & 1 deletion src/site/apt/decors.apt.vm
Original file line number Diff line number Diff line change
@@ -115,4 +115,3 @@ public class Main {
}
}
+--

1 change: 0 additions & 1 deletion src/site/apt/multicolor.apt.vm
Original file line number Diff line number Diff line change
@@ -88,4 +88,3 @@ log4j.appender.CONSOLE.layout.Colors=white:10
<version>${project.version}</version>
</dependency>
+--

1 change: 0 additions & 1 deletion src/site/apt/threads-VerboseProcess.apt.vm
Original file line number Diff line number Diff line change
@@ -69,4 +69,3 @@ public class Main {
<version>${project.version}</version>
</dependency>
+--

1 change: 0 additions & 1 deletion src/site/apt/threads-VerboseRunnable.apt.vm
Original file line number Diff line number Diff line change
@@ -83,4 +83,3 @@ public class Main {
<version>${project.version}</version>
</dependency>
+--

1 change: 0 additions & 1 deletion src/site/apt/threads-VerboseThreads.apt.vm
Original file line number Diff line number Diff line change
@@ -110,4 +110,3 @@ public class Main {
<version>${project.version}</version>
</dependency>
+--