Details
-
New Feature
-
Resolution: Unresolved
-
Major
-
None
-
None
-
None
-
None
Description
It would be nice to have some util class / convinience method to send the content of an outputstream to an logger.
Somehow it should be possible
- to keep the outputstream "in a whole"
- to define the loglevel
Something like
LOG.info("Some title information", refToTheOutputStream);