| OpenLog |
|---|
| Script function world.OpenLog
Read about scriptingType Method Summary Opens a log file. Prototype long OpenLog(BSTR LogFileName, BOOL Append);
View list of data type meaningsDescription This opens a log file of the name "LogFileName", with optional appending to an existing file of the same name. No previous output lines are written (as may happen when you use the ‘open log’ dialog box), nor is a log-file preamble written. If you want to write those things to the script file, you must do them yourself (see WriteLog).VBscript example Jscript example PerlScript example Python example Lua example Lua notes Return value
View list of return code meaningsSee Also ... Topic
LoggingFunctions
CloseLog (Closes the log file)
FlushLog (Flushes the log file to disk)
IsLogOpen (Tests to see if a log file is open)
LogInput (The property of whether commands are logged to the log file)
LogNotes (The property of whether notes are logged to the log file)
LogOutput (The property of whether MUD output is logged to the log file)
LogSend (Sends a message to the MUD and logs it)
WriteLog (Writes to the log file)(Help topic: function=OpenLog)
Documentation contents page |