[logback-user] Nested Components in appender definition

ceki ceki at qos.ch
Mon Aug 25 21:57:29 CEST 2014


Can you please post *all* the output generated by the following 
configuration file?

<configuration debug="true">
     <appender name  = "X"
	class = 
"net.openhft.chronicle.logger.logback.BinaryIndexedChronicleAppender">
         <path>x</path>

         <config 
class="net.openhft.chronicle.logger.IndexedLogAppenderConfig">
             <indexFileCapacity>128</indexFileCapacity>
         </config>

     </appender>
</configuration>

On 25.08.2014 21:48, lb wrote:
> Hi Ceki,
>
> It does exist
> https://github.com/lburgazzoli/Chronicle-Logger/blob/HFT-CLOG-12/logger/src/main/java/net/openhft/chronicle/logger/IndexedLogAppenderConfig.java it
> is not in the same sub-module as logback custom appender as it is shared
>



-- 
Ceki
65% of statistics are made up on the spot


More information about the Logback-user mailing list