Register forum user name Search FAQ

IsLogOpen

Script function

world.IsLogOpen

Read about scripting

Type

Method

Summary

Tests to see if a log file is open

Prototype

boolean IsLogOpen();

View list of data type meanings

Description

This returns true if the log file is currently open.


VBscript example

world.note world.IsLogOpen


Jscript example

world.note(world.IsLogOpen());


PerlScript example

$world->note($world->IsLogOpen());


Python example

world.note(world.IsLogOpen)


Lua example

Note(IsLogOpen())


Return value

TRUE if world connected
FALSE if not connected

Note: TRUE is a non-zero value, FALSE is the value 0.


See Also ...

Topic

Logging

Functions

(CloseLog) Closes the log file
(FlushLog) Flushes the log file to disk
(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
(OpenLog) Opens a log file.
(WriteLog) Writes to the log file

(Help topic: function=IsLogOpen)

Documentation contents page


Search ...

Enter a search string to find matching documentation.

Search for:   

Information and images on this site are licensed under the Creative Commons Attribution 3.0 Australia License unless stated otherwise.