Logging in PETALS

compared with
Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (9)

View Page History
{section}

h1. Petals Logger Levels
h1. Petals Logging specificities


h2. Level 'MONIT'

Petals defines a specific level: MONIT.

{code}

h12. Petals formatters

Petals provides two formatters: PetalsSimpleFormatter and PetalsExtendedFormatter.
the both previous log traces are written if the level *MONIT* is precised.

h1. Specifics log informations
h2. Logged informations

Following informations are +common{+}{+}s+ to both formatters:



After that, _Extended_ formatter allows to precise more detailled informations, as with SOAP component,


         java.util.logging.ConsoleHandler.formatter = org.ow2.petals.commons.logger.PetalsSimpleFormatter
 
 
* If you want more detailled informations accessible at all times prefer the *"Extended"* formatter in Petals log file with following property:
java.util.logging.FileHandler.formatter = org.ow2.petals.commons.logger.PetalsExtendedFormatter