root/climm/doc/README.logformat

Revision 894, 1.1 kB (checked in by kuhlmann, 8 years ago)

add rtc's log converter, log util and log format readme

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1
2 marker ::= "#" stamp [ "/" [ "-" ] offset ] SPACE spec
3         [ SPACE range ] [ SPACE "(" type ")" ]
4 range ::= "+" count | "-" delim | "/" indent
5 ident ::= [ nick ] "[" origin "]" [ "!" addr ]
6         | [ [ nick ] "[" origin "]" "!"] addr
7 origin ::= ( "tcp" | "icq" ) [ version ] ":" uin [ "+" stat ]
8 addr ::= user "@" host
9
10 spec ::= ident SPACE event SPACE ident
11
12 version: [0-9]+
13 indent: [0-9]+
14 count: [0-9]*
15 delim: [-*=@;,+~0-9a-zA-Z]+
16 stamp: [0-9]{14}
17 offset: [0-9]+
18 host: [a-zA-Z0-9]([-.]?[a-zA-Z0-9])*
19 user: [a-zA-Z][-_.a-zA-Z0-9]*
20 nick: [a-zA-Z][a-zA-Z0-9]*
21 type: [0-9]+
22
23 event              description
24 ----------         ------------
25 ->                 sent message
26 <-                 received message
27 ::                 status change
28 :!                 status report
29 :?                 status guess
30 :-                 went offline
31 :+                 went online
32 <#                 ACK to message
33 <*                 added to contact list by someone
34 *>                 added someone to contact list
35 =>                 automatic message
36
37 # time/delay NICK[icq:UIN]!USER@HOST <- NICK[icq:UIN+STAT] +9
38 # time/delay ... -delim
39
Note: See TracBrowser for help on using the browser.