A useful feature of KildClient is it hability to log all the output from the MUD, as shown in the screen, so that you can retrieve it later.
The output is saved in a file you specify. ANSI color codes are not saved, but otherwise the output is identical.
It is possible to prefix each line with a timestamp, so you can see when each line was received. You can specify the format of this timestamp.
The figure below shows the Logging section of the World Editor:
In the top, you will see if logging is currently enabled or disabled, and you can quickly start or stop it with the two buttons.
Next you specify the name of the file to store the log. New log lines are appended to that file, so it is safe so specify an existing file.
It is possible to have the log file named automatically based on
the date and time that logging is started. For example, if the file
name is "log_%m_%d.txt" the file name will
include the month and day, for example for November 25th the file will
be "log_11_25.txt". This is done replacing escape
sequences beginning with the % character for the
values depending on the date and time. The valid escape sequences are
those of the strftime()
function, and can be
found here.
If Automatically start logging when connected is selected, then all your mud sessions will be logged automatically.
It is possible to prefix each line written in the log file with the date and time it was received. To do that, select Prefix lines with date and/or time, and specify the format of the date and time. This is also a string with % escape sequences like the file name. The default includes the full date and time.