Skip to content

Commit

Permalink
Release 1.0.4: Enables log4j, log4j2 and logback loggers
Browse files Browse the repository at this point in the history
  • Loading branch information
StrongestNumber9 committed Dec 15, 2021
1 parent 77b3807 commit 9cb2cf6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/java/com/teragrep/jla_02/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public void run(){
}
}
);
//Log4j2.start();
Log4j2.start();

Thread Log4j = new Thread(
new Runnable(){
Expand All @@ -43,7 +43,7 @@ public void run(){
}
}
);
//Log4j.start();
Log4j.start();

Thread JavaUtilLoggingLogger = new Thread(
new Runnable(){
Expand Down Expand Up @@ -82,7 +82,7 @@ public void run(){
}
}
);
//Logback.start();
Logback.start();

Thread Tinylog = new Thread(
new Runnable() {
Expand Down

0 comments on commit 9cb2cf6

Please sign in to comment.