leoroos / sysoutToSlf4JTransformer

A pragmatic java program that turns system outs to log4j statements, not 100% effective but enough for my usecase

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#A simple sysout to slf4j transformer

This application tries to convert a System using System.out and System.err for debug message into a system which uses the slf4j framework. All standard outs are transformed to logging statements of level info. All error outputs are transformed to logging statements of level error. printStackTrace statements are transformed to log statements of Level warning.

About

A pragmatic java program that turns system outs to log4j statements, not 100% effective but enough for my usecase


Languages

Language:Java 100.0%