From be534fde697a003a76895bf5bbcc8d042b2d6e01 Mon Sep 17 00:00:00 2001 From: JaneEugenia <106974353+JaneEugenia@users.noreply.github.com> Date: Thu, 30 Jun 2022 09:22:37 +0300 Subject: [PATCH 1/2] Update HowToUseLoggers.md --- HowToUseLoggers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HowToUseLoggers.md b/HowToUseLoggers.md index de902ef5da..f2f38d2108 100644 --- a/HowToUseLoggers.md +++ b/HowToUseLoggers.md @@ -78,6 +78,6 @@ Having this logger, you can use it in code with different log levels in parallel 3. Find the closest log4j2.xml file (usually it is located in the resources file), enable the logger with a desirable log level -`` +`` From 440751ca7a01d6824f3a5fedd3f0bca595c0677f Mon Sep 17 00:00:00 2001 From: JaneEugenia <106974353+JaneEugenia@users.noreply.github.com> Date: Mon, 4 Jul 2022 10:07:37 +0300 Subject: [PATCH 2/2] Update HowToUseLoggers.md --- HowToUseLoggers.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/HowToUseLoggers.md b/HowToUseLoggers.md index f2f38d2108..0988afdf02 100644 --- a/HowToUseLoggers.md +++ b/HowToUseLoggers.md @@ -18,7 +18,7 @@ The file is usually in the resource folder. The easiest way is: -- Go in the code that you are going to debug. Let’s assume it is a method in com.home.utbot.framework.plugin.api.UtBotTestCaseGenerator. +- Go in the code that you are going to debug. Let’s assume it is a method in org.utbot.framework.plugin.api.UtBotTestCaseGenerator. - Find out if there is a KotlinLogging object that is used to create a **logger** - If such a logger exists, use the fully qualified class name as the logger name in the next steps
@@ -28,7 +28,7 @@ The easiest way is: Open log4j2.xml and add the logger in the loggers section like this ``` - + ``` @@ -78,6 +78,6 @@ Having this logger, you can use it in code with different log levels in parallel 3. Find the closest log4j2.xml file (usually it is located in the resources file), enable the logger with a desirable log level -`` +``