Paket | com.adobe.gravity.service.logging |
Schnittstelle | public interface ILogDestination |
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Client-Komponenten-Framework 10 |
Laufzeitversionen: | AIR 1.1, Flash Player 9 |
Öffentliche Methoden
Methode | Definiert von | ||
---|---|---|---|
log(level:int, timestamp:Date, sequence:Number, bundleId:int, loggerName:String, message:String, params:Object, actor:Object, error:Error):void
Log a message. | ILogDestination |
Methodendetails
log | () | Methode |
public function log(level:int, timestamp:Date, sequence:Number, bundleId:int, loggerName:String, message:String, params:Object, actor:Object, error:Error):void
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Client-Komponenten-Framework 10 |
Laufzeitversionen: | AIR 1.1, Flash Player 9 |
Log a message.
Parameter
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, 10:04 AM Z