Referência do ActionScript® 3.0 para Adobe® Flash® Platform
Início  |  Ocultar listas de Pacotes e Classes |  Pacotes  |  Classes  |  Novidades  |  Índice  |  Apêndices  |  Por que inglês?
Filtros: Recuperando dados do servidor...
Recuperando dados do servidor...
com.adobe.gravity.service.logging 

ILogDestination  - AS3 ADEP Client Component

Pacotecom.adobe.gravity.service.logging
Interfacepublic interface ILogDestination

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Versões de runtime: AIR 1.1, Flash Player 9

Service interface for log destinations. Implement and register an ILogDestination service if you wish to receive log messages.



Métodos públicos
 MétodoDefinido por
  
log(level:int, timestamp:Date, sequence:Number, bundleId:int, loggerName:String, message:String, params:Object, actor:Object, error:Error):void
Log a message.
ILogDestination
Detalhes do método

log

()método
public function log(level:int, timestamp:Date, sequence:Number, bundleId:int, loggerName:String, message:String, params:Object, actor:Object, error:Error):void

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Versões de runtime: AIR 1.1, Flash Player 9

Log a message.

Parâmetros

level:int — The log level of the message, for example LogLevel.WARNING.
 
timestamp:Date — The timestamp for the log message.
 
sequence:Number — A sequence number for absolutely ordering all log messages (generally generated by Sequence.next()).
 
bundleId:int — The bundle that logged the message.
 
loggerName:String — The name of the logger.
 
message:String — The message to be logged. May contain {param} parameters to be substituted; use FormatMessage to perform the substitution.
 
params:Object — Any parameters that might need to be substituted into the message, and possibly other parameters that might be of interest. May be null.
 
actor:Object — The object instance that logged the message. May be null.
 
error:Error — If an error is being logged, the Error object. Otherwise null.





[ X ]Por que inglês?
O conteúdo na Referência do ActionScript 3.0 aparece em inglês

Nem todas as partes da Referência do ActionScript 3.0 estão traduzidas em todos os idiomas. Quando um elemento de um idioma não está traduzido, ele é exibido em inglês. Por exemplo, a classe ga.controls.HelpBox não está traduzida em nenhum idioma. Por isso, na versão da referência em português do Brasil, a classe ga.controls.HelpBox é exibida em inglês.