Mandiax / soi-toolkit

Automatically exported from code.google.com/p/soi-toolkit
0 stars 0 forks source link

Replace LogTransformer with a DevKit based logger #287

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
It's time to get rid of the legacy Mule 2 styled LogTransformer.

Adding more flexibility in terms of what and how logging is done and, thanks to 
using Mule DevKit, support for adding loggers graphically in Mule Studio!

Original issue reported on code.google.com by magnus.l...@gmail.com on 24 Aug 2012 at 6:54

GoogleCodeExporter commented 8 years ago
Adding the requirement of making this new module as independent as possible 
from the rest of the soi-toolkit components, i.e. so it can be reused in Mule 
projects not using soi-toolkit for other parts.

The only dependency that seems to be required is the dependency to the 
soitoolkit-schema component that contains the LogEvent XML Schema and JAXB 
classes. 

Also important to keep all code depending on Mule separately within the module 
to make it possible to reuse this logging-component outside Mule, i.e. by 
braking out the core logging functionality to a separate maven component and 
only keeping the mule-specific code left in this module.

Original comment by magnus.l...@gmail.com on 24 Aug 2012 at 7:00

GoogleCodeExporter commented 8 years ago
This issue was updated by revision r1684.

Original comment by magnus.l...@gmail.com on 24 Aug 2012 at 7:04

GoogleCodeExporter commented 8 years ago
This issue was updated by revision r1685.

Original comment by magnus.l...@gmail.com on 24 Aug 2012 at 7:05

GoogleCodeExporter commented 8 years ago
New Requirement: The new logger-module must be backward compatible with the 
data formats used by the old LogTransformer, i.e. be able to send log-event 
using v1.0 of the LogEvent schema.

The logger-module might support newer log-formats as well and by configuration 
a developer shall be able to use a custom log-format as well.

Original comment by magnus.l...@gmail.com on 24 Aug 2012 at 7:16

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r1725.

Original comment by magnus.l...@gmail.com on 15 Sep 2012 at 6:20

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r1726.

Original comment by magnus.l...@gmail.com on 15 Sep 2012 at 6:21

GoogleCodeExporter commented 8 years ago
Closed by mistake...

Original comment by magnus.l...@gmail.com on 19 Sep 2012 at 4:58

GoogleCodeExporter commented 8 years ago
Closed by mistake...

Original comment by magnus.l...@gmail.com on 19 Sep 2012 at 5:05

GoogleCodeExporter commented 8 years ago
This issue was updated by revision r1734.

Kind of a restart of the implementation. Going for a common soitoolkit 
component with more than one gui-element, starting with the logger.

Original comment by magnus.l...@gmail.com on 22 Sep 2012 at 2:24

GoogleCodeExporter commented 8 years ago
This issue was updated by revision r1735.

Added svn-ignores...

Original comment by magnus.l...@gmail.com on 22 Sep 2012 at 2:32

GoogleCodeExporter commented 8 years ago
This issue was updated by revision r1736.

Updated pom.xml to be part 

Original comment by magnus.l...@gmail.com on 22 Sep 2012 at 4:52

GoogleCodeExporter commented 8 years ago
This issue was updated by revision r1737.

1. Functionality transferred from the old  soitoolkit-module-loger
2. No dependency to soitoolkit-commons-mule, only to soitoolkit-commons-schemas

Original comment by magnus.l...@gmail.com on 23 Sep 2012 at 4:33

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r1747.

Original comment by magnus.l...@gmail.com on 27 Sep 2012 at 8:14

GoogleCodeExporter commented 8 years ago
NOTE: This is only introduced as a technology preview feature in v0.6.0.
The LogTransformer will be replaced by the logger in v0.6.1.

Original comment by magnus.l...@gmail.com on 27 Sep 2012 at 8:16