Repository: logging-log4j2 Updated Branches: refs/heads/master ca579bd19 -> 48db9a518
Javadoc. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/48db9a51 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/48db9a51 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/48db9a51 Branch: refs/heads/master Commit: 48db9a518aed066d16908c30bba22cdd7201679a Parents: ca579bd Author: Gary Gregory <[email protected]> Authored: Fri Sep 26 11:07:07 2014 -0400 Committer: Gary Gregory <[email protected]> Committed: Fri Sep 26 11:07:07 2014 -0400 ---------------------------------------------------------------------- .../src/main/java/org/apache/logging/log4j/io/IoBuilder.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/48db9a51/log4j-iostreams/src/main/java/org/apache/logging/log4j/io/IoBuilder.java ---------------------------------------------------------------------- diff --git a/log4j-iostreams/src/main/java/org/apache/logging/log4j/io/IoBuilder.java b/log4j-iostreams/src/main/java/org/apache/logging/log4j/io/IoBuilder.java index 292f890..b8894f9 100644 --- a/log4j-iostreams/src/main/java/org/apache/logging/log4j/io/IoBuilder.java +++ b/log4j-iostreams/src/main/java/org/apache/logging/log4j/io/IoBuilder.java @@ -47,7 +47,7 @@ import org.apache.logging.log4j.util.ReflectionUtil; * {@link Logger}. The main inspiration for this feature is the JDBC API which uses a PrintWriter to perform debug * logging. In order to properly integrate APIs like JDBC into Log4j, create a PrintWriter using this class.</p> * - * <p>All LoggerStreams support configuration of the logging {@link Level} it should use (defaults to the level of + * <p>The IoBuilder support configuration of the logging {@link Level} it should use (defaults to the level of * the underlying Logger), and an optional {@link Marker}. The other configurable objects are explained in more * detail below.</p> *
