[logback-dev] [qos-ch/logback-extensions] 368d89: Add unit tests for LogglyBatchAppender; Minor edit...
Tony Trinh
tony19 at gmail.com
Thu Feb 7 04:29:50 CET 2013
Branch: refs/heads/master
Home: https://github.com/qos-ch/logback-extensions
Commit: 368d89300f3c36601b3133a6bb9978d8a2323b8d
https://github.com/qos-ch/logback-extensions/commit/368d89300f3c36601b3133a6bb9978d8a2323b8d
Author: Tony Trinh <tony19 at gmail.com>
Date: 2013-02-06 (Wed, 06 Feb 2013)
Changed paths:
M loggly/pom.xml
M loggly/src/main/java/ch/qos/logback/ext/loggly/LogglyBatchAppender.java
A loggly/src/test/java/ch/qos/logback/ext/loggly/HttpTestServer.java
A loggly/src/test/java/ch/qos/logback/ext/loggly/LogglyBatchAppenderTest.java
M loggly/src/test/java/ch/qos/logback/ext/loggly/LogglyHttpAppenderIntegratedTest.java
Log Message:
-----------
Add unit tests for LogglyBatchAppender; Minor edits
Added LogglyBatchAppenderTest, which interacts with a test HTTP
server (instead of Loggly) to run basic smoke tests.
Removed the toString() override, moving the debug info provided there
to its own debug function -- which is called only when the debug flag
is enabled.
Fixed raw-type warnings and javadoc typos.
More information about the logback-dev
mailing list