Logging Object



 
The Logging object contains logfile functionality.


Members Table

    The following table lists the members provided by the Logging object.

    Members
    Properties Description
    Filename Name of the logfile.
    Methods Description
    Log Creates a logfile entry.

Remarks
    This object is available through the object Server. Use the Logging object to create logfile entries.

Examples
    The following example displays the name of the logfile.

    <SCRIPT TYPE="text/javascript">
    window.external.InitScriptInterface();
    alert(SiteCafe.Server.Logging.Filename);
    </SCRIPT>
    

Applies to
    SiteKiosk v6.2 (and later versions).

Back to top