
This document describes the msn client log format

It's very simple:

Day/Month/Year HH:MM:SS email ID text

where ID is one of:
	'>>>' if the text is an outgoing message
	'<<<' if the text is an incoming message
	'***' if the text refers to a new status

For example:
Day/Month/Year HH:MM:SS email *** online
Day/Month/Year HH:MM:SS email <<< incoming message
Day/Month/Year HH:MM:SS email >>> outgoing message
Day/Month/Year HH:MM:SS email *** offline

For multi-line messages, the message is indented with a tab, like:
Day/Month/Year HH:MM:SS email <<<
	line1
	line2
	...
	linen


