Home | History | Annotate | Download | only in specification
      1 ---
      2 Time: 2001-11-23 15:01:42 -5
      3 User: ed
      4 Warning:
      5   This is an error message
      6   for the log file
      7 ---
      8 Time: 2001-11-23 15:02:31 -5
      9 User: ed
     10 Warning:
     11   A slightly different error
     12   message.
     13 ---
     14 Date: 2001-11-23 15:03:17 -5
     15 User: ed
     16 Fatal:
     17   Unknown variable "bar"
     18 Stack:
     19   - file: TopClass.py
     20     line: 23
     21     code: |
     22       x = MoreObject("345\n")
     23   - file: MoreClass.py
     24     line: 58
     25     code: |-
     26       foo = bar
     27 
     28 
     29 
     30