Skip to content

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

Notifications You must be signed in to change notification settings

leoroos/sysoutToSlf4JTransformer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages