[logback-user] use of java.io.File in logback / Android

Ceki Gulcu ceki at qos.ch
Fri Aug 6 23:36:34 CEST 2010


On 06.08.2010 23:25, Robert Schmid wrote:
> I am about to implement an appender that I can use on Android. I'm
> guessing it won't be much more difficult than doing the same from log4j.
> The primary problem is that we can't really use java.io.File to access
> the file system. Android has its own File access API. I believe that
> this will be as simple as extending RollingFileAppender and overriding
> methods as needed to swap out the File access apis.

Sounds good.

> Can anybody spot the flaw in my thinking? Are there other pitfalls I
> need to worry about?

No, not really, Anyway, if you run into trouble, just holler.

>
> Robert Schmid


More information about the Logback-user mailing list