Ticket #50 (closed task: fixed)

Opened 6 years ago

Last modified 5 years ago

Create a jdk logger to write to log4j

Reported by: pradeep Assigned to: ebrown
Priority: high Milestone:
Component: infrastructure Version: 0.5-SNAPSHOT
Keywords: Cc:
Blocking: Blocked By:

Description

Consolidate all logging to log4j.

Dependency Graph

Change History

06/01/06 11:42:57 changed by pradeep

  • owner changed from ronald to somebody.

07/13/06 18:07:03 changed by amit

  • milestone set to TBD.

Transferred to TBD

08/11/06 16:14:37 changed by ebrown

  • owner changed from somebody to ebrown.
  • status changed from new to assigned.

08/11/06 16:34:39 changed by ebrown

  • milestone changed from TBD to august25.

08/18/06 10:20:16 changed by ebrown

  • status changed from assigned to closed.
  • resolution set to fixed.

(In [476]) fixes #50 A jdk logger to write to log4j

This is complete. A few minor notes:

  • Performance will be slightly better if ProxyLogger? overrides all log/info/warn/severe/etc. methods to check for log4j level. There is one example in ProxyLogger?. It is just a lot of typing.
  • The frigging javadocs are not inheriting properly either with or without {@inheritDoc}. Don't know if this is because I'm trying to inherit from external docs or if it is another maven issue or what.

10/29/07 21:12:47 changed by

  • milestone deleted.

Milestone august25 deleted