Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions 8_Boundaries/8_Boundaries.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down