Pacchetto | com.adobe.gravity.service.logging |
Interfaccia | public interface ILogDestination |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Versioni runtime: | AIR 1.1, Flash Player 9 |
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
log(level:int, timestamp:Date, sequence:Number, bundleId:int, loggerName:String, message:String, params:Object, actor:Object, error:Error):void
Log a message. | ILogDestination |
Descrizione dei metodi
log | () | metodo |
public function log(level:int, timestamp:Date, sequence:Number, bundleId:int, loggerName:String, message:String, params:Object, actor:Object, error:Error):void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Versioni runtime: | AIR 1.1, Flash Player 9 |
Log a message.
Parametri
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.
|
Tue Jun 12 2018, 02:44 PM Z