ImageGear .NET v25.2 - Updated
ImageGear.Web.UI Library / ImageGear.Web.UI Namespace / ThumbnailView class / writeToLog Method

In This Topic
    writeToLog Method
    In This Topic
    Writes a user-defined event to the log.
    Syntax
    ASP.NET Ajax JavaScript (Specification) 
    function writeToLog( 
       message : string
    ) : (Any);
    ASP.NET Ajax JavaScript (Usage) 
    var resultVar = instanceOfThumbnailView.writeToLog(string);

    Parameters

    message
    The message to write to the log.
    Remarks

    The viewer writes a wide variety of information to the log and this function allows you to add your own information to that same log. Normally, you would use this function to send key events to the log so you can see the larger context of events that this product writes into its log.

    See Also