パッケージ | com.adobe.gravity.service.logging |
インターフェイス | public interface ILogDestination |
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
ランタイムバージョン: | AIR 1.1, Flash Player 9 |
パブリックメソッド
メソッド | 定義元 | ||
---|---|---|---|
log(level:int, timestamp:Date, sequence:Number, bundleId:int, loggerName:String, message:String, params:Object, actor:Object, error:Error):void
Log a message. | ILogDestination |
メソッドの詳細
log | () | メソッド |
public function log(level:int, timestamp:Date, sequence:Number, bundleId:int, loggerName:String, message:String, params:Object, actor:Object, error:Error):void
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
ランタイムバージョン: | AIR 1.1, Flash Player 9 |
Log a message.
パラメーター
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:34 AM Z