Binary compatibility report for the dropwizard-logging library between 0.7.0 and 0.7.1 versions
Test Info
| Library Name | dropwizard-logging | 
| Version #1 | 0.7.0 | 
| Version #2 | 0.7.1 | 
Test Results
| Total Java Modules | 1 | 
| Total Methods / Classes | 78 / 13 | 
| Compatibility | 
100% | 
Problem Summary
 | Severity | Count | 
| Added Methods | - | 3 | 
| Removed Methods | High | 0 | 
Problems with Data Types | High | 0 | 
| Medium | 0 | 
| Low | 0 | 
Problems with Methods | High | 0 | 
| Medium | 0 | 
| Low | 0 | 
Added Methods  3 
dropwizard-logging-0.7.1.jar, AsyncAppender.class
package io.dropwizard.logging
AsyncAppender.getDelegate ( )  :  Appender<ILoggingEvent>
io/dropwizard/logging/AsyncAppender.getDelegate:()Lch/qos/logback/core/Appender;
dropwizard-logging-0.7.1.jar, SyslogAppenderFactory.class
package io.dropwizard.logging
SyslogAppenderFactory.getStackTracePrefix ( )  :  String
io/dropwizard/logging/SyslogAppenderFactory.getStackTracePrefix:()Ljava/lang/String;
SyslogAppenderFactory.setStackTracePrefix ( String stackTracePrefix )  :  void
io/dropwizard/logging/SyslogAppenderFactory.setStackTracePrefix:(Ljava/lang/String;)V
to the top
Java Archives  1 
dropwizard-logging-0.7.0.jar
to the top