Re: markers

2015-09-17 Thread Gary Gregory
Android is not the center of the universe though. You omitted the "ASSERT" level, which is totally weird. Gary On Thu, Sep 17, 2015 at 7:58 AM, Mikael Ståldal wrote: > Android have these levels ( > http://developer.android.com/reference/android/util/Log.html): > > ERROR > WARN > INFO > DEBUG >

RE: markers

2015-09-17 Thread Nicholas Duane
I was going to mention something similar, but I figured it was just an example so I didn't bother. VERBOSE to me seems like it's more specific than ALL and less specific than everything else. Thanks, Nick > Date: Thu, 17 Sep 2015 16:58:24 +0200 > Subject: Re: markers > From: mikael.stal...@mag

Re: Question - RollingFileAppender creates empty files

2015-09-17 Thread Ralph Goers
I was thinking more along the lines of an attribute named “deferCreate”. Ralph > On Sep 17, 2015, at 7:49 AM, Gary Gregory wrote: > > You could provide a patch that either: > > - Deletes empty files on Log4j shutdown. Would this be an option or always > happen? > - Creates files on-demand. W

Re: markers

2015-09-17 Thread Mikael Ståldal
Android have these levels ( http://developer.android.com/reference/android/util/Log.html): ERROR WARN INFO DEBUG VERBOSE Adding VERBOSE above DEBUG would be inconsistent with Android and thus confusing. On Thu, Sep 17, 2015 at 12:24 AM, Gary Gregory wrote: > At first I was going to strongly re

Re: Question - RollingFileAppender creates empty files

2015-09-17 Thread Gary Gregory
You could provide a patch that either: - Deletes empty files on Log4j shutdown. Would this be an option or always happen? - Creates files on-demand. Would this be an option or always happen? Gary On Wed, Sep 16, 2015 at 11:49 PM, Csilla Fabian wrote: > > I have several appenders set up, I'm ge