Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ecf-dev] SystemLogService

Hi Wim,

I'm ok with adding parameters...although one thing I want to emphasize is that we don't want to add too much...if only because IMHO then people probably should be using the fully functional LogService implementations.

If you use system parameters, please use

org.eclipse.ecf.systemlog=true
and
org.eclipse.ecf.systemlog.level=etc

But this discussion should probably be on the enhancement request.

Scott


On 12/4/2012 9:21 AM, Wim Jongman wrote:
I think we should at least add log level parameters

how about 

ecf.loglevel=[ERROR|WARNING|INFO|DEBUG]
ecf.log=true




On Tue, Dec 4, 2012 at 5:47 PM, Scott Lewis <slewis@xxxxxxxxxxxxx> wrote:
Hi Wim,

I originally intended SystemLogService to be the smallest, most minimal implementation of LogService possible (and as you can see by looking at the code it's pretty small)...so that in the case of last resort it could be used as a LogService implementation in lieu of more functional/complete implementations of LogService.

But...having said that...if you or others want to create an enhancement, and add some system param to cut it off...that's fine with me.   Hopefully we can keep the code down as small as possible.

Scott


On 12/4/2012 6:03 AM, Wim Jongman wrote:
Hi Scott,

Should we have a way to silence the SystemLogService? I am using the SystemLogService but it logs all levels. 

Regards,

Wim


_______________________________________________
ecf-dev mailing list
ecf-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ecf-dev


_______________________________________________
ecf-dev mailing list
ecf-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ecf-dev




_______________________________________________
ecf-dev mailing list
ecf-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ecf-dev


Back to the top