From 848dd2053c6fd7509d4015f7cc8b4c108346630e Mon Sep 17 00:00:00 2001 From: ftmh-ghz9 <73812323+ftmh-ghz9@users.noreply.github.com> Date: Thu, 18 Mar 2021 16:29:42 -0800 Subject: [PATCH] translate --- 8_Boundaries/8_Boundaries.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/8_Boundaries/8_Boundaries.md b/8_Boundaries/8_Boundaries.md index 3fb1558..b3ffa3d 100644 --- a/8_Boundaries/8_Boundaries.md +++ b/8_Boundaries/8_Boundaries.md @@ -135,6 +135,9 @@ public void testLogCreate() { When we run it, the logger produces an error that tells us we need something called an Appender. After a little more reading we find that there is a ConsoleAppender. So we create a ConsoleAppender and see whether we have unlocked the secrets of logging to the console. +وقتی آن را اجرا می کنیم ، logger خطایی ایجاد می کند که به ما می گوید ما به چیزی به نام an نیاز داریم +ضمیمه بعد از کمی مطالعه بیشتر متوجه می شویم که یک ConsoleAppender وجود دارد. بنابراین ما ایجاد می کنیم +ConsoleAppender و ببینید آیا ما اسرار ورود به سیستم کنسول را باز کرده ایم یا خیر. ```java @Test