TinTin++ Mud Client Manual
         LOG

Command: #log {option} {argument}

         The log command allows logging session output to file.

         #config log_level <low|high>
           Default is high. Low, logs server output before triggers.

         #config log_mode <html|plain|raw>
           Set the log's data type to either html, plain, or raw.

         #log append <filename>
           Start logging to the given file, if the file already exists it won't
           be overwritten and data will be appended to the end.

         #log make <directory>
           Create the given directory.

         #log move <filename_1> <filename_2>
           Move filename_1 to filename_2. This can be any file and doesn't need
           to be a log file.

         #log overwrite <filename>
           Start logging to the given file, if the file already exists it will
           be overwritten.

         #log off
           Stop logging.

         #log remove <filename>
           Remove the file. This can be any file and doesn't need to be a log
           file.

         #log timestamp <format>
           When set the timestamp will be prepended to each line logged to file.
           The format will be formatted as a date using the strftime format
           specifiers as described in #help time.

Related: read, scan, textin, time and write.