ImageGear for .NET
writeToLog Method
See Also  Send comments on this topic.
ImageGear.Web.UI Namespace Client API Library > ImageGear.Web.UI Namespace > ImGearThumbnailList Class : writeToLog Method

message
The message to write to the log.

Glossary Item Box

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

©2013. Accusoft Corporation. All Rights Reserved.