sysout-over-slf4j icon indicating copy to clipboard operation
sysout-over-slf4j copied to clipboard

System Out/Err Bridge to SLF4J

Results 7 sysout-over-slf4j issues
Sort by recently updated
recently updated
newest added

I noticed that when printing System.out or System.err the line numbers are incorrect in the final log message. The incorrect line numbers comes from LogLevel class where the message is...

Do you have an update on when 2.0 might be released? https://github.com/Mahoney/sysout-over-slf4j/compare/1.0.2...master

The current version 1.0.2 is not able to run in an OSGI environment cause the MANIFEST.MF is for example missing a "Bundle-SymbolicName". Therefore the container cannot start it. Is it...

We recently introduced sysout-over-slf4j into an application that has been running steadily for a couple of years. No other code changes were made other than adding the sysout-over-slf4j dependency and...

Integrating sysout-over-slf4j as a dependency to the gmaven plugin which has some groovy code (that calls a third party library that has some system out calls) gives ``` [WARN] Your...

In version 1.0.2 with JRE 1.7.0_17 (and probably others) sysout-over-slf4j does not log the output from Throwable.printStackTrace() on the correct Logger for the calling statement.

Hello, I am trying to use sysout-over-slf4j in order to redirect SOAP messages printed by the com.sun.xml.ws.transport.http.client.HttpTransportPipe class on System.out. This class directly invokes the System.out.println(String) method which is redirected...