105 lines
1.6 KiB
Plaintext
105 lines
1.6 KiB
Plaintext
head 1.5;
|
|
access;
|
|
symbols;
|
|
locks; strict;
|
|
comment @# @;
|
|
|
|
|
|
1.5
|
|
date 2007.01.09.00.00.00; author MoinMoin; state Exp;
|
|
branches;
|
|
next 1.4;
|
|
|
|
1.4
|
|
date 2007.01.09.00.00.00; author MoinMoin; state Exp;
|
|
branches;
|
|
next 1.3;
|
|
|
|
1.3
|
|
date 2007.01.09.00.00.00; author MoinMoin; state Exp;
|
|
branches;
|
|
next 1.2;
|
|
|
|
1.2
|
|
date 2007.01.09.00.00.00; author MoinMoin; state Exp;
|
|
branches;
|
|
next 1.1;
|
|
|
|
1.1
|
|
date 2007.01.09.00.00.00; author MoinMoin; state Exp;
|
|
branches;
|
|
next ;
|
|
|
|
|
|
desc
|
|
@Initial revision
|
|
@
|
|
|
|
|
|
1.5
|
|
log
|
|
@Revision 5
|
|
@
|
|
text
|
|
@ * an optional "time" attribute should be added to an diagnostic element to show the accumulated time in seconds since the logging started:
|
|
<verbatim>
|
|
<diagnostic code="REQ_PARSE_ERROR" type="error" time="0.15s">Could not parse the request</diagnostic>
|
|
</verbatim>
|
|
@
|
|
|
|
|
|
1.4
|
|
log
|
|
@Revision 4
|
|
@
|
|
text
|
|
@d1 1
|
|
a1 1
|
|
* an optional "time" attribute should be added to an diagnostic element to show the accumulated time in milliseconds since the logging started:
|
|
d3 1
|
|
a3 1
|
|
<diagnostic code="REQ_PARSE_ERROR" type="error" time="50ms">Could not parse the request</diagnostic>
|
|
@
|
|
|
|
|
|
1.3
|
|
log
|
|
@Revision 3
|
|
@
|
|
text
|
|
@d1 1
|
|
a1 1
|
|
* an optional time attribute should be added to an diagnostic element:
|
|
d3 1
|
|
a3 1
|
|
<diagnostic code="REQ_PARSE_ERROR" type="error" time="09:30:50">Could not parse the request</diagnostic>
|
|
@
|
|
|
|
|
|
1.2
|
|
log
|
|
@Revision 2
|
|
@
|
|
text
|
|
@d1 1
|
|
a1 1
|
|
* an optional timestamp attribute should be added to an diagnostic element:
|
|
d3 1
|
|
a3 1
|
|
<diagnostic code="REQ_PARSE_ERROR" type="error" timestamp="2004-12-17T09:30:50-05:00">Could not parse the request</diagnostic>
|
|
@
|
|
|
|
|
|
1.1
|
|
log
|
|
@Initial revision
|
|
@
|
|
text
|
|
@d2 1
|
|
a2 1
|
|
*
|
|
d4 1
|
|
a4 1
|
|
*
|
|
@
|