Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
xiaofang li
Logging Log4j2
Commits
e9db5a7f
Commit
e9db5a7f
authored
7 years ago
by
Gary Gregory
Browse files
Options
Download
Email Patches
Plain Diff
Add toString() for debugging purposes.
parent
8128dc53
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
log4j-core/src/main/java/org/apache/logging/log4j/core/config/AppenderControlArraySet.java
+5
-0
...he/logging/log4j/core/config/AppenderControlArraySet.java
with
5 additions
and
0 deletions
+5
-0
log4j-core/src/main/java/org/apache/logging/log4j/core/config/AppenderControlArraySet.java
+
5
-
0
View file @
e9db5a7f
...
...
@@ -123,4 +123,9 @@ public class AppenderControlArraySet {
public
AppenderControl
[]
get
()
{
return
appenderArray
.
get
();
}
@Override
public
String
toString
()
{
return
"AppenderControlArraySet [appenderArray="
+
appenderArray
+
"]"
;
}
}
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment