Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [riena-dev] Usage of Java system properties within Riena (riena logging)

Stefan Liebig schrieb:
Hi Ekke,

The property "riena.defaultlogging" is no longer evaluated.
hi stefan,

thanks confirming this
For your use case it should be fine to define "riena.development=false". This will disable a default configuration for logging.
ok
With the property "riena.loglevel" you can specify the log level when using the SystemPropertyLogFilter. But since you do not use this LogFilter you don´t have to specify it.
aaahh - so I dont need this property

so - last conformation - am I right:

the only property is

"riena.development=false"

then ALL riena log events are sent using Equinox OSGI  ExtendedLogServices,
nothing should appear at console

I can catch the LogEvents using OSGI LogReaderServices and decide from my properties what to do

is this correct ?

excuse for more questions, but you know to bring logging from different frameworks
under one umbrella isn't easy ;-)

ekke

Tschüß,
Stefan


ekke wrote:
Stefan,

finally now I'm working on the logging part again ....

only to confirm howto integrate Riena Logging:

I'm using these Properties:

-Driena.defaultlogging=false
-Driena.development=false
-Driena.loglevel="debug"

do I still need the riena.defaultlogging property ?

... am I right, if setting development to false and loglevel to debug,
then Riena logs using Equinox Extended OSGI LogService at level debug ?

what exactly should happen if riena.development=true and/or riena.defaultlogging=true

thx for making things clear

ekke

ekke schrieb:
Stefan Liebig schrieb:
ekke wrote:
Stefan Liebig schrieb:
...
My effort is documented here: http://wiki.eclipse.org/Riena_System_Properties#Riena_System_Properties

stefan,

if riena.development == false and no logging configured, then there should be no output - correct ?
Yes! If the system property riena.development is explicitly set to false.
Does it behave different?
dont panic ;-)
I'm just rewriting / enhancing logging for my app (and also for redView)
only want to be sure before testing all cases

ekke
--

ekke (ekkehard gentz)
independent software-architect
senior erp-consultant
eclipse | osgi | equinox | mdsd | oaw | emf | uml
max-josefs-platz 30, D-83022 rosenheim, germany
mailto:ekke@xxxxxxxxxxxxxxxx
homepages (de): http://ekkehard.org || http://gentz-software.de
blog (en): http://ekkes-corner.org
blog (de): http://ekkes-ecke.org
skype: ekkes-corner
Steuer-Nr: 156/220/30931 FA Rosenheim, UST-ID: DE189929490


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


--

ekke (ekkehard gentz)
independent software-architect
senior erp-consultant
eclipse | osgi | equinox | mdsd | oaw | emf | uml
max-josefs-platz 30, D-83022 rosenheim, germany
mailto:ekke@xxxxxxxxxxxxxxxx
homepage (de): http://gentz-software.de
blog (en): http://ekkes-corner.org
twitter: @ekkescorner
skype: ekkes-corner
Steuer-Nr: 156/220/30931 FA Rosenheim, UST-ID: DE189929490



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


--

ekke (ekkehard gentz)
independent software-architect
senior erp-consultant
eclipse | osgi | equinox | mdsd | oaw | emf | uml
max-josefs-platz 30, D-83022 rosenheim, germany
mailto:ekke@xxxxxxxxxxxxxxxx
homepage (de): http://gentz-software.de
blog (en): http://ekkes-corner.org
twitter: @ekkescorner
skype: ekkes-corner
Steuer-Nr: 156/220/30931 FA Rosenheim, UST-ID: DE189929490


Back to the top