Ticket #139 (closed enhancement: fixed)

Opened 7 months ago

Last modified 4 months ago

TargetGenerator shouldn't write to stdout but use Log4j

Reported by: MartinLeidig Owned by: MartinLeidig
Priority: minor Milestone: 0.18.5
Component: Core (general) Version:
Keywords: Cc:

Description

TargetGenerator? shouldn't write to stdout but use Log4j. Thus the output verbosity is configurable via log4j, e.g. show only errors or also warnings (e.g. missing includes) or full output (like it's at the moment).

Change History

Changed 6 months ago by MartinLeidig

  • milestone changed from 0.19.0 to 0.18.5

Changed 4 months ago by MartinLeidig

  • status changed from new to closed
  • resolution set to fixed

Replaced System.out by log4j calls. The TargetGenerator?-Maven-Plugin now delegates log4j Calls to maven, thus log verbosity can be controlled by the Maven verbosity level.

Note: See TracTickets for help on using tickets.