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

Ticket #1164 (new defect)

Opened 2 months ago

Last modified 4 weeks ago

Some Log issues

Reported by: larsivi Assigned to: larsivi
Priority: normal Milestone: Documentation
Component: Documentation Version: 0.99.6 Jeff
Keywords: triage Cc:

Description

See LogComments

Change History

07/02/08 04:54:38 changed by larsivi

  • keywords set to triage.

07/08/08 14:45:53 changed by tomD

For the "A Custom Appender Example": The calls

Cout.append(layout.header);
Cout.append(layout.content);
Cout.append(layout.footer);

must be changed to

Cout.append(layout.header(event));
Cout.append(layout.content(event));
Cout.append(layout.footer(event));

for the example to work. Actually, this is annoying, but no major bug. I was not sure if it was OK to change myself?

Also, the subsection about Layout refers to "tango.util.log.Layout" which does not exist. Nothing serious.

07/10/08 06:56:56 changed by larsivi

  • milestone changed from 0.99.7 to 0.99.8.

08/03/08 13:21:19 changed by kris

  • owner changed from kris to larsivi.
  • priority changed from major to normal.
  • component changed from Tango to Documentation.
  • milestone changed from 0.99.8 to Documentation.