[logback-dev] [GIT] Logback: the generic, reliable, fast and flexible logging framework. branch master updated. v_1.0.0-64-geea3086
Gitbot
git-noreply at pixie.qos.ch
Tue Jan 10 17:28:57 CET 2012
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Logback: the generic, reliable, fast and flexible logging framework.".
The branch, master has been updated
via eea3086a0b813a73f3539dbf286078403843839e (commit)
via 260ddf68c151850ca0ed683a54807262783d3630 (commit)
via 18e188ac4f6f98a994b5da35ae401ac4a0570165 (commit)
from ff97322d10ca4038cca615d78e34d05c337743ed (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.qos.ch/gitweb/?p=logback.git;a=commit;h=eea3086a0b813a73f3539dbf286078403843839e
http://github.com/ceki/logback/commit/eea3086a0b813a73f3539dbf286078403843839e
commit eea3086a0b813a73f3539dbf286078403843839e
Merge: ff97322 260ddf6
Author: Ceki Gulcu <ceki at qos.ch>
Date: Tue Jan 10 17:28:27 2012 +0100
Merge branch 'master' of github.com:ceki/logback
http://git.qos.ch/gitweb/?p=logback.git;a=commit;h=260ddf68c151850ca0ed683a54807262783d3630
http://github.com/ceki/logback/commit/260ddf68c151850ca0ed683a54807262783d3630
commit 260ddf68c151850ca0ed683a54807262783d3630
Author: Joern Huxhorn <jhuxhorn at googlemail.com>
Date: Wed Dec 28 15:46:43 2011 +0100
Added hsqldb files to gitignore.
diff --git a/.gitignore b/.gitignore
index 5e32982..02a4c25 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,4 +6,6 @@ target
*~
*.iml
*.ipr
-*.iws
\ No newline at end of file
+*.iws
+logback-classic/jdbc:hsqldb:mem:test.log
+logback-classic/jdbc:hsqldb:mem:test.properties
\ No newline at end of file
http://git.qos.ch/gitweb/?p=logback.git;a=commit;h=18e188ac4f6f98a994b5da35ae401ac4a0570165
http://github.com/ceki/logback/commit/18e188ac4f6f98a994b5da35ae401ac4a0570165
commit 18e188ac4f6f98a994b5da35ae401ac4a0570165
Author: Joern Huxhorn <jhuxhorn at googlemail.com>
Date: Wed Dec 28 15:45:48 2011 +0100
subjoinSTEPArray method is now public
It is referenced in the deprecation of the subjoinSTEPArray method so it has to be public.
diff --git a/logback-classic/src/main/java/ch/qos/logback/classic/spi/ThrowableProxyUtil.java b/logback-classic/src/main/java/ch/qos/logback/classic/spi/ThrowableProxyUtil.java
index b89457e..40950d7 100644
--- a/logback-classic/src/main/java/ch/qos/logback/classic/spi/ThrowableProxyUtil.java
+++ b/logback-classic/src/main/java/ch/qos/logback/classic/spi/ThrowableProxyUtil.java
@@ -141,7 +141,7 @@ public class ThrowableProxyUtil {
* @param indentLevel indentation level used for the STEPs, usually either REGULAR_EXCEPTION_INDENT or SUPPRESSED_EXCEPTION_INDENT.
* @param tp the IThrowableProxy containing the STEPs.
*/
- private static void subjoinSTEPArray(StringBuilder sb, int indentLevel, IThrowableProxy tp) {
+ public static void subjoinSTEPArray(StringBuilder sb, int indentLevel, IThrowableProxy tp) {
StackTraceElementProxy[] stepArray = tp.getStackTraceElementProxyArray();
int commonFrames = tp.getCommonFrames();
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 4 +++-
.../logback/classic/spi/ThrowableProxyUtil.java | 2 +-
2 files changed, 4 insertions(+), 2 deletions(-)
hooks/post-receive
--
Logback: the generic, reliable, fast and flexible logging framework.
More information about the logback-dev
mailing list