ImageGear .NET - Updated
writeToLog Method

ImageGear.Web.UI Library > ImageGear.Web.UI Namespace > ImGearThumbnailList class : writeToLog Method
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 = instanceOfImGearThumbnailList.writeToLog(string);

Parameters

message
The message to write to the log.
Remarks

The ImGearThumbnailList 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

Reference

ImGearThumbnailList class
ImGearThumbnailList Members