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

Ticket #53 (closed defect: fixed)

Opened 6 years ago

Last modified 6 years ago

tango.log needs a flag for not truncating file logs

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

Description (Last modified by qbert)

tango.log needs a flag for not truncating file logs , currently it truncates the file everytime an executable is run

Change History

06/22/06 21:33:40 changed by qbert

  • description changed.

06/22/06 21:34:18 changed by qbert

  • summary changed from tango.log needs a file for not truncating file logs to tango.log needs a flag for not truncating file logs.

06/23/06 00:28:36 changed by kris

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

FileAppender? now always appends (rather than truncating). When resuming a file-set, RollingFileAppender? now selects the file with the most recent activity. In both cases, this correctly preserves any prior Log history

06/23/06 00:28:49 changed by kris

  • milestone set to 1.0.