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.
ASP.NET Ajax Javascript (Specification) | |
---|---|
function writeToLog( message : string ) : (Any); |
ASP.NET Ajax Javascript (Usage) | |
---|---|
var resultVar = instanceOfImGearThumbnailList.writeToLog(string); |
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.