Skip to content
Open
Show file tree
Hide file tree
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
Binary file added .DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions 8_Boundaries/8_Boundaries.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ plains about the lack of an output stream. This is very strange behavior.
Looking a little more carefully at the documentation, we see that the default
ConsoleAppender constructor is “unconfigured,” which does not seem too obvious or useful.
This feels like a bug, or at least an inconsistency, in log4j.
این رفتار بسیار عجیبی است.با کمی دقت بیشتر در اسناد و مدارک متوجه می شویم که سازنده ی کنسول اپندر به صورت پیش فرض "پیکربندی نشده" است، که آنقدر واضح و مفید به نظر نمی رسد. چنین چیزی در لوگ ۴ جی یک اشکال یا حداقل یک تناقض به نظر می رسد.
A bit more googling, reading, and testing, and we eventually wind up with Listing 8-1.
We’ve discovered a great deal about the way that log4j works, and we’ve encoded that
knowledge into a set of simple unit tests.
Expand Down