OmniFish-EE / eclipse-plugin-glassfish

OmniFish tools for Eclipse GlassFish
Other
1 stars 1 forks source link

fix: Glassfish 7 does not write log to Eclipse Console View #3

Open bvfalcon opened 1 month ago

bvfalcon commented 1 month ago

Fix for this issue.

dmatej commented 1 month ago

For GF7+ you can also use the GJULE dependency, it contains also LogFormatDetector which has is* methods checking if the line can be the assumed log format (just for formats used by GF).

However parsers are in different jar files, perhaps we could move them to GJULE too, then it would be quite useful library which also doesn't have unnecessary dependencies. Hmmmmmm. I do wonder why I did not do that ...

See also