[BAEL-8417] - Seperated rxjava and rxjava2 code into two different modules

This commit is contained in:
amit2103
2018-08-21 00:40:20 +05:30
parent 110a74e4b1
commit b2b4d22fc1
13 changed files with 68 additions and 17 deletions
+13
View File
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
<pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n
</pattern>
</encoder>
</appender>
<root level="INFO">
<appender-ref ref="STDOUT" />
</root>
</configuration>