Author |
Message |
Topic: Log file usage |
Cloak
Replies: 10
Views: 3050
|
Forum: zMUD General Discussion Posted: Sat Dec 04, 2004 6:29 pm Subject: Log file usage |
Actually, I have another question: Is there a way to essentially append backwards? ie. the newst part of the file is at the beginning. for example:
Normal log file:
(auction) Starting bid o ... |
Topic: Log file usage |
Cloak
Replies: 10
Views: 3050
|
Forum: zMUD General Discussion Posted: Sat Dec 04, 2004 6:25 pm Subject: Log file usage |
The trigger works perfectly, with a minor revision:
#ALARM "HTMLlog" {-10:00} {
#FILE 1 Html-log.html
#ERASE 1
#CLOSE 1
#HTMLLOG Html-log.html new
}
You have to stop the logging befor ... |
Topic: Log file usage |
Cloak
Replies: 10
Views: 3050
|
Forum: zMUD General Discussion Posted: Sat Dec 04, 2004 5:50 pm Subject: Log file usage |
I assumed Charbal had included it, because during the writing of a trigger in the GUI, the syntax shows if you include new, it overwrites the file. Your suggest works, however defeats the purpose of ... |
Topic: Log file usage |
Cloak
Replies: 10
Views: 3050
|
Forum: zMUD General Discussion Posted: Sat Dec 04, 2004 4:12 pm Subject: Log file usage |
The problem I'm seeing is when I use the command #htmlog filename new it continues to append to the file, rather then overwriting. I even tried #htmllog {filename} {new} nothing makes it overwrite ... |
Topic: Log file usage |
Cloak
Replies: 10
Views: 3050
|
Forum: zMUD General Discussion Posted: Sat Dec 04, 2004 3:49 pm Subject: Log file usage |
I"ve located a copy of an htmllogger, I'll test it out and get back.. |
Topic: Log file usage |
Cloak
Replies: 10
Views: 3050
|
Forum: zMUD General Discussion Posted: Sat Dec 04, 2004 3:16 pm Subject: Logging, and stuff |
The link failed to work, and I did some quick searching on the internet, but didn't come up with anything, I'll continue to search for a third-party link to the plugin. |
Topic: Log file usage |
Cloak
Replies: 10
Views: 3050
|
Forum: zMUD General Discussion Posted: Sat Dec 04, 2004 4:22 am Subject: Log file usage |
I have set the preference for logging to save the entire buffer when log file is opened, however, when I use the command #log test.txt new only the lines from then on, are saved. The only way I can g ... |
|