User Guide

Log class (Flash Professional only) 1415
Method summary for the Log class
The following table lists methods of the PendingCall class.
Property summary for the Log object
The following table lists properties of the PendingCall class.
Callback summary for the Log object
The following table lists the callback of the Log object.
Method Description
Log.getDateString() Returns the current date and time as a string in
the following format:
mm/dd hh:mm:ss used by
Log messages.
Log.logInfo() Generates a Log.onLog event with a designated
log level and a designated message.
Log.logDebug() Generates a Log.onLog event with a log level of
Log.DEBUG and a designated message.
Property Description
Log.level The category of information that you want to
record in the log.
Log.name A string name identifying the Log object;
included in every
Log.onLog event message.
Callback Description
Log.onLog() Called by Flash Player when a log message is sent to a log file.