Can I log into separate Eclipse consoles with recording or something?

Is it possible to configure a logger from a Java library (like logback) to log into separate windows in Eclipse?

I want to distinguish the library printouts from my program printouts.

+3


source to share


1 answer


If the external library uses a different logging structure, you can set it to output to a file and then configure the loggers to output to a different file. This is admittedly a bit of a hack.



0


source







All Articles