readpstlog is a program that converts the binary logfile generated by readpst to a more desirable text format.
Sets the format of the text log output. Currently, the only valid output formats are T, for single line text, D for the default default multi line format, and I for an indented style with single line text.
Print only the specified types of log messages. Types are specified in a comma-delimited list (e.g. 3,10,5,6).
Exclude the specified types of log messages. Types are specified in a comma-delimited list (e.g. 3,10,5,6).
readpstlog understands the following types of log messages:
File accesses
Index accesses
New email found
Warnings
Read accesses
Informational messages
Main function calls
Decrypting calls
Function entries
Function exits
HexDump calls
This manual page was written by Joe Nahmias <joe@nahmias.net> for the Debian GNU/Linux system (but may be used by others). It was converted to xml format by Carl Byington <carl@five-ten-sg.com>.
The binary debug log file is generally much larger than the .pst file, so we need to switch to ftello/fseeko there also to handle files larger than 2GB.
Copyright (C) 2002 by David Smith <dave.s@earthcorp.com>. XML version Copyright (C) 2008 by 510 Software Group <carl@five-ten-sg.com>.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version.
You should have received a copy of the GNU General Public License along with this program; see the file COPYING. If not, please write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.