Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Ticket #45 (closed defect: fixed)

Opened 6 years ago

Last modified 6 years ago

tango.log has circular dependencies

Reported by: kris Assigned to: kris
Priority: critical Milestone: 1.0
Component: Tango Version:
Keywords: Cc:

Description

Remove the circular dependencies, so that -cov will operate correctly

Change History

06/17/06 00:48:00 changed by kris

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

Reworked a big chunk of the Log system to support this. It should be solid now, though I can't currently link with -cov for some reason.

The changes mean that one should import tango.log.Log, and use that to create a Logger instance. This is a slight change from Log4J and Mango, but it's needed to break the dependency.