Logging question

Post Reply
zorinar
Posts: 1
Joined: Thu May 09, 2013 12:10 am

Logging question

Post by zorinar »

Hi,

I have noticed that when I use the Logging feature only the Mud output is recorded in the logs, not my user input.
Is there a way to adjust the logger so that I can have my input included in the logs?


Thanks.

User avatar
Vadi
Posts: 5042
Joined: Sat Mar 14, 2009 3:13 pm

Re: Logging question

Post by Vadi »

I'm afraid not.

Jor'Mox
Posts: 1146
Joined: Wed Apr 03, 2013 2:19 am

Re: Logging question

Post by Jor'Mox »

Since I haven't really played around with it, does logging only record the actual text coming in from the MUD, or does it record whatever is displayed? I.E. if I gag lines or replace text, will the replaced versions be logged, or only the original?

User avatar
Heiko
Site Admin
Posts: 1548
Joined: Wed Mar 11, 2009 6:26 pm

Re: Logging question

Post by Heiko »

As of Mudlet 2.0 everything is being logged. What you see on the screen is being logged and this includes text replacements, gags, user commands etc.. It's a deferred screen buffer dump now instead of the MUD stream logging of old Mudlet 1.0 versions.

Jor'Mox
Posts: 1146
Joined: Wed Apr 03, 2013 2:19 am

Re: Logging question

Post by Jor'Mox »

But, if you find your commands aren't being logged, you could make a script to react to the sysDataSendRequest event to echo the command on the screen. Then it should be logged even if your commands aren't.

Post Reply