Difference between revisions of "Autologger"
Jump to navigation
Jump to search
imported>Eric |
imported>WhoopingCrane |
||
Line 5: | Line 5: | ||
For people not having an '''autologger''' enabled on '''MUSHclient''' but wanting to! | For people not having an '''autologger''' enabled on '''MUSHclient''' but wanting to! | ||
− | + | # tap "'''Log Session'''" under File (top left of the program) | |
− | + | # press '''ALT+Enter''', to open up "'''World properties'''" and click "'''Logging'''" | |
− | + | # Then set up the path file | |
− | + | # In the "'''File name'''" box place this code "'''mylog-%d-%m-%Y.log.txt'''" (Without quotes.) | |
− | Now you will have '''MUSHclient''' auto logging your sessions while making a new log file every day | + | Now you will have '''MUSHclient''' auto logging your sessions while making a new log file every day, marked with that day's date. |
------------------------------------------------------ | ------------------------------------------------------ | ||
− | I am sure the code itself can also be used on other clients as well. And thus I would appreciate if people with different clients could check and see if this code also works for them, and if not | + | I am sure the code itself can also be used on other clients as well. And thus I would appreciate if people with different clients could check and see if this code also works for them, and if not, what does. This could then be added to the Wiki page. |
With compliments from Raul: https://www.gammon.com.au/scripts/doc.php?dialog=IDD_PREFS_P4 | With compliments from Raul: https://www.gammon.com.au/scripts/doc.php?dialog=IDD_PREFS_P4 | ||
− | Some more in | + | Some more in depth information about the topic and some more customization options. |
----------------------------------------------------- | ----------------------------------------------------- | ||
Revision as of 12:00, 9 February 2018
Hello everyone!
MUSHclient------------------------
For people not having an autologger enabled on MUSHclient but wanting to!
- tap "Log Session" under File (top left of the program)
- press ALT+Enter, to open up "World properties" and click "Logging"
- Then set up the path file
- In the "File name" box place this code "mylog-%d-%m-%Y.log.txt" (Without quotes.)
Now you will have MUSHclient auto logging your sessions while making a new log file every day, marked with that day's date.
I am sure the code itself can also be used on other clients as well. And thus I would appreciate if people with different clients could check and see if this code also works for them, and if not, what does. This could then be added to the Wiki page.
With compliments from Raul: https://www.gammon.com.au/scripts/doc.php?dialog=IDD_PREFS_P4 Some more in depth information about the topic and some more customization options.
With greetings from Eric!